diff --git a/.changeset/stale-cheetahs-end.md b/.changeset/stale-cheetahs-end.md deleted file mode 100644 index 26616d07..00000000 --- a/.changeset/stale-cheetahs-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@onehop/js': patch ---- - -Added support for unsubscribing a token from a channel diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c50940..0b846c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @onehop/js +## 1.31.1 + +### Patch Changes + +- 4dca717: Added support for unsubscribing a token from a channel + ## 1.31.0 ### Minor Changes diff --git a/package.json b/package.json index 24147d03..5460581c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onehop/js", - "version": "1.31.0", + "version": "1.31.1", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js",