diff --git a/.changeset/tangy-wolves-yell.md b/.changeset/tangy-wolves-yell.md deleted file mode 100644 index 643e387..0000000 --- a/.changeset/tangy-wolves-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/supabase-vault': patch ---- - -Release trigger diff --git a/CHANGELOG.md b/CHANGELOG.md index 769aae0..af2187a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/supabase-vault +## 0.2.1 + +### Patch Changes + +- f46e0e2: Release trigger + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index a9af2f4..8a1ee24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/supabase-vault", - "version": "0.2.0", + "version": "0.2.1", "description": "Server-only Supabase Vault secret-store adapter for Ankhorage.", "type": "module", "main": "./dist/index.js",