diff --git a/.changeset/five-aliens-thank.md b/.changeset/five-aliens-thank.md deleted file mode 100644 index e9c47bc..0000000 --- a/.changeset/five-aliens-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wtc": minor ---- - -refactor: solidJS bindings diff --git a/CHANGELOG.md b/CHANGELOG.md index 541acd9..c77ecef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # wtc +## 0.2.0 + +### Minor Changes + +- [#25](https://github.com/wethegit/wtc/pull/25) [`37a1455`](https://github.com/wethegit/wtc/commit/37a1455150de808a43d9babbdb33a743fc7e59b7) Thanks [@marlonmarcello](https://github.com/marlonmarcello)! - refactor: solidJS bindings + ## 0.1.9 ### Patch Changes diff --git a/package.json b/package.json index 58b13d6..7ba728f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wtc", - "version": "0.1.9", + "version": "0.2.0", "private": true, "type": "module", "module": "src/index.ts",