diff --git a/.changeset/mock-unfollow.md b/.changeset/mock-unfollow.md deleted file mode 100644 index 7788bfd..0000000 --- a/.changeset/mock-unfollow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@germ-network/atprotoclient": minor ---- - -Add `unfollow(did:)` to the mock repo and `unfollow(did:from:)` to MockPDS — the inverse of `follow`, removing the matching follow record. Lets tests construct a "not followed" social-graph state (the anchor-route silence-and-relay case). MockAtmosphere parity is added in AtprotoOAuth. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5775fbe..a970020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @germ-network/atprotoclient +## 0.7.0 + +### Minor Changes + +- [#44](https://github.com/germ-network/AtprotoClient/pull/44) [`5a80abf`](https://github.com/germ-network/AtprotoClient/commit/5a80abfee6e76ac48a7bdad32db84028cb072c00) Thanks [@germ-mark](https://github.com/germ-mark)! - Add `unfollow(did:)` to the mock repo and `unfollow(did:from:)` to MockPDS — the inverse of `follow`, removing the matching follow record. Lets tests construct a "not followed" social-graph state (the anchor-route silence-and-relay case). MockAtmosphere parity is added in AtprotoOAuth. + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index 683ec0c..bc5f80f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@germ-network/atprotoclient", "private": true, - "version": "0.6.0", + "version": "0.7.0", "engines": { "node": ">=24" },