From bec68aa4c7671471bc2dfad47575e0e08eb7b831 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 10:04:13 +0000 Subject: [PATCH] Version Packages --- .changeset/swift-crypto-5.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/swift-crypto-5.md diff --git a/.changeset/swift-crypto-5.md b/.changeset/swift-crypto-5.md deleted file mode 100644 index 2e95978..0000000 --- a/.changeset/swift-crypto-5.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@germ-network/atprotoclient": minor ---- - -Widen the `swift-crypto` dependency to `from: "5.0.0"`. - -Part of the org-wide move to swift-crypto 5. Builds and the full test suite -(51 tests) pass against 5.0.0 unchanged. diff --git a/CHANGELOG.md b/CHANGELOG.md index 98fb7e5..06cb96f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @germ-network/atprotoclient +## 0.10.0 + +### Minor Changes + +- [#55](https://github.com/germ-network/AtprotoClient/pull/55) [`a26d4f2`](https://github.com/germ-network/AtprotoClient/commit/a26d4f27dc2b1601313e0b7a8f5f265b1c84acf5) Thanks [@germ-mark](https://github.com/germ-mark)! - Widen the `swift-crypto` dependency to `from: "5.0.0"`. + + Part of the org-wide move to swift-crypto 5. Builds and the full test suite + (51 tests) pass against 5.0.0 unchanged. + ## 0.9.0 ### Minor Changes diff --git a/package.json b/package.json index 2853a54..de76cf6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@germ-network/atprotoclient", "private": true, - "version": "0.9.0", + "version": "0.10.0", "engines": { "node": ">=24" },