diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbe118..49a2dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2](https://github.com/chrisvander/zustand-computed/compare/v2.0.1...v2.0.2) (2024-11-10) + + +### Miscellaneous Chores + +* release 2.0.2 ([8de1ae1](https://github.com/chrisvander/zustand-computed/commit/8de1ae1eb47d034efec1145b9d2d8a0f0827b437)) + ## [2.0.1](https://github.com/chrisvander/zustand-computed/compare/v2.0.0...v2.0.1) (2024-11-10) diff --git a/package.json b/package.json index 956f0ca..3c3775d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zustand-computed", - "version": "2.0.1", + "version": "2.0.2", "author": "chrisvander", "repository": { "type": "git",