From 6da770ff8cb34d970f11e89f401bb474230047ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 06:15:48 +0000 Subject: [PATCH] Version Packages --- .changeset/lucky-pandas-shave.md | 5 ----- .changeset/olive-melons-attend.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/lucky-pandas-shave.md delete mode 100644 .changeset/olive-melons-attend.md diff --git a/.changeset/lucky-pandas-shave.md b/.changeset/lucky-pandas-shave.md deleted file mode 100644 index 108723c..0000000 --- a/.changeset/lucky-pandas-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@germ-network/atprototypes": minor ---- - -add EndpointPolicy so a development build can reach a loopback PDS over http diff --git a/.changeset/olive-melons-attend.md b/.changeset/olive-melons-attend.md deleted file mode 100644 index 0b51f8d..0000000 --- a/.changeset/olive-melons-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@germ-network/atprototypes": minor ---- - -reject non-https, loopback/private-range, reserved-TLD, and single-label PDS service endpoints diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7868f..8662e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @germ-network/atprototypes +## 0.5.0 + +### Minor Changes + +- [#51](https://github.com/germ-network/AtprotoTypes/pull/51) [`3729867`](https://github.com/germ-network/AtprotoTypes/commit/372986720797b10388ceb87087a168133df19554) Thanks [@germ-mark](https://github.com/germ-mark)! - add EndpointPolicy so a development build can reach a loopback PDS over http + +- [#51](https://github.com/germ-network/AtprotoTypes/pull/51) [`28b2294`](https://github.com/germ-network/AtprotoTypes/commit/28b2294fd480d6fbe142909b140c3ead8f7ecb30) Thanks [@germ-mark](https://github.com/germ-mark)! - reject non-https, loopback/private-range, reserved-TLD, and single-label PDS service endpoints + ## 0.4.7 ### Patch Changes diff --git a/package.json b/package.json index 0eb2e73..49c6e19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@germ-network/atprototypes", "private": true, - "version": "0.4.7", + "version": "0.5.0", "engines": { "node": ">=24" },