From d8629893c501b88f9ac934bd9514919d8dc0a2e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 22:05:12 +0000 Subject: [PATCH] Version Packages --- .changeset/tangy-wolves-yell.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tangy-wolves-yell.md 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",