diff --git a/.changeset/cold-cloths-relax.md b/.changeset/cold-cloths-relax.md deleted file mode 100644 index 65f5e49..0000000 --- a/.changeset/cold-cloths-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@warkypublic/oranguru': patch ---- - -Fixed search and allow row selection for only rows with keys diff --git a/CHANGELOG.md b/CHANGELOG.md index abbfaf7..2994bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @warkypublic/zustandsyncstore +## 0.0.13 + +### Patch Changes + +- b4058f1: Fixed search and allow row selection for only rows with keys + ## 0.0.12 ### Patch Changes diff --git a/package.json b/package.json index ec2e09b..5ace03a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warkypublic/oranguru", "author": "Warky Devs", - "version": "0.0.12", + "version": "0.0.13", "type": "module", "scripts": { "dev": "vite",