diff --git a/.changeset/rare-otters-confess.md b/.changeset/rare-otters-confess.md deleted file mode 100644 index fecf6f5..0000000 --- a/.changeset/rare-otters-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nurliman/base85": patch ---- - -Update permissions in release workflow diff --git a/CHANGELOG.md b/CHANGELOG.md index a11329b..db188f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @nurliman/base85 +## 2.0.1 + +### Patch Changes + +- [`6c8eaf1`](https://github.com/nurliman/base85/commit/6c8eaf10d767459f457f8cc9a629477b04bc507e) Thanks [@nurliman](https://github.com/nurliman)! - Update permissions in release workflow + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index 7633cbd..64d8b66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nurliman/base85", "description": "Browser and Node.js-compatible Base85 encoder/decoder.", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "publishConfig": { "access": "public"