diff --git a/.changeset/spicy-walls-lose.md b/.changeset/spicy-walls-lose.md deleted file mode 100644 index db38206..0000000 --- a/.changeset/spicy-walls-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@warkypublic/oranguru': patch ---- - -Hopefully fix the options not always loading diff --git a/CHANGELOG.md b/CHANGELOG.md index 58459a8..4a4f849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @warkypublic/zustandsyncstore +## 0.0.15 + +### Patch Changes + +- a1202f9: Hopefully fix the options not always loading + ## 0.0.14 ### Patch Changes diff --git a/package.json b/package.json index b27615c..dbf47b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warkypublic/oranguru", "author": "Warky Devs", - "version": "0.0.14", + "version": "0.0.15", "type": "module", "scripts": { "dev": "vite",