diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce505e..2dbe118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/chrisvander/zustand-computed/compare/v2.0.0...v2.0.1) (2024-11-10) + + +### Miscellaneous Chores + +* release 2.0.1 ([4b27994](https://github.com/chrisvander/zustand-computed/commit/4b279942910fdb5450057c5fd7eb5c1fad9e44fb)) + ## [2.0.0](https://github.com/chrisvander/zustand-computed/compare/v1.4.2...v2.0.0) (2024-08-23) diff --git a/package.json b/package.json index 16fe8b4..9265cc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zustand-computed", - "version": "2.0.0", + "version": "2.0.1", "author": "chrisvander", "repository": "chrisvander/zustand-computed", "main": "dist/index.js", @@ -31,8 +31,20 @@ } }, "description": "A Zustand middleware to create computed states.", - "files": ["/dist"], - "keywords": ["zustand", "computed", "calculated", "state", "react", "plugin", "middleware", "npm", "typescript"], + "files": [ + "/dist" + ], + "keywords": [ + "zustand", + "computed", + "calculated", + "state", + "react", + "plugin", + "middleware", + "npm", + "typescript" + ], "license": "MIT", "scripts": { "check": "biome check --write",