diff --git a/.changeset/calm-pears-rule.md b/.changeset/calm-pears-rule.md deleted file mode 100644 index 3ef5bfc..0000000 --- a/.changeset/calm-pears-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@warkypublic/oranguru': patch ---- - -Eslint, fixes on container rendering diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b4798..e74293e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @warkypublic/zustandsyncstore +## 0.0.4 + +### Patch Changes + +- 0f7cf52: Eslint, fixes on container rendering + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index 626a4ec..5d46422 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warkypublic/oranguru", "author": "Warky Devs", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "scripts": { "dev": "vite",