From 261c482ef6beaf1a5740293f34772ee4d9d26629 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 06:59:46 +0000 Subject: [PATCH] Version Packages --- .changeset/open-dodos-battle.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/open-dodos-battle.md diff --git a/.changeset/open-dodos-battle.md b/.changeset/open-dodos-battle.md deleted file mode 100644 index 8557208..0000000 --- a/.changeset/open-dodos-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@germ-network/atprototypes": patch ---- - -add ref definition in support of a union protocol diff --git a/CHANGELOG.md b/CHANGELOG.md index 589a1be..db6aee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @germ-network/atprototypes +## 0.4.6 + +### Patch Changes + +- [#45](https://github.com/germ-network/AtprotoTypes/pull/45) [`c695a72`](https://github.com/germ-network/AtprotoTypes/commit/c695a7200d59995ae48f2eb982617694494a22b3) Thanks [@germ-mark](https://github.com/germ-mark)! - add ref definition in support of a union protocol + ## 0.4.5 ### Patch Changes diff --git a/package.json b/package.json index 3296b7e..50efb6d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@germ-network/atprototypes", "private": true, - "version": "0.4.5", + "version": "0.4.6", "engines": { "node": ">=24" },