diff --git a/.changeset/six-baboons-rhyme.md b/.changeset/six-baboons-rhyme.md deleted file mode 100644 index cd569589..00000000 --- a/.changeset/six-baboons-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nilfoundation/niljs": patch ---- - -Make receipt compatible with previous version diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f547d4d..f616feda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # niljs +## 0.11.1 + +### Patch Changes + +- [#104](https://github.com/NilFoundation/nil.js/pull/104) [`464006e`](https://github.com/NilFoundation/nil.js/commit/464006ef3c805b9b07389ab5998f5ed801de7757) Thanks [@KlonD90](https://github.com/KlonD90)! - Make receipt compatible with previous version + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index 8e1e26b5..84ab738d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nilfoundation/niljs", "author": "=nil; Foundation", - "version": "0.11.0", + "version": "0.11.1", "repository": { "type": "git", "url": "git+https://github.com/NilFoundation/nil.js.git"