diff --git a/.changeset/happy-tomatoes-poke.md b/.changeset/happy-tomatoes-poke.md deleted file mode 100644 index 29beb2878..000000000 --- a/.changeset/happy-tomatoes-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix: correct item events diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbd1e7a9..224b4e994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @huntabyte/primitives +## 0.9.6 + +### Patch Changes + +- fix: correct item events ([#179](https://github.com/huntabyte/bits-ui/pull/179)) + ## 0.9.5 ### Patch Changes diff --git a/package.json b/package.json index 0fc38d653..64f53cb3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.9.5", + "version": "0.9.6", "license": "MIT", "repository": "github:huntabyte/bits-ui", "scripts": {