diff --git a/.changeset/clever-stingrays-float.md b/.changeset/clever-stingrays-float.md deleted file mode 100644 index 18dfb64..0000000 --- a/.changeset/clever-stingrays-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nilfoundation/niljs": patch ---- - -fix for tsx use default diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c30341..a81744f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # niljs +## 0.10.1 + +### Patch Changes + +- [#94](https://github.com/NilFoundation/nil.js/pull/94) [`d25fa79`](https://github.com/NilFoundation/nil.js/commit/d25fa79d07b35fec6072ba51bf3720fda0e1ec9d) Thanks [@KlonD90](https://github.com/KlonD90)! - fix for tsx use default + ## 0.10.0 ### Minor Changes diff --git a/package.json b/package.json index d815fbb..15ac8c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nilfoundation/niljs", "author": "=nil; Foundation", - "version": "0.10.0", + "version": "0.10.1", "repository": { "type": "git", "url": "git+https://github.com/NilFoundation/nil.js.git"