diff --git a/CHANGELOG.md b/CHANGELOG.md index 36629964..6f3c4eae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [19.1.0](https://github.com/HHogg/preshape/compare/v19.0.7...v19.1.0) (2024-08-12) + + +### Features + +* **ButtonAsync:** Allow isSuccess to be optional ([600ee41](https://github.com/HHogg/preshape/commit/600ee41ab7ae15af5b1a288decdbc67eacad095a)) + ### [19.0.7](https://github.com/HHogg/preshape/compare/v19.0.6...v19.0.7) (2024-08-12) diff --git a/package-lock.json b/package-lock.json index 4a5160d3..8846a35d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22448,7 +22448,7 @@ }, "workspaces/package": { "name": "preshape", - "version": "19.0.7", + "version": "19.1.0", "license": "MIT", "dependencies": { "@floating-ui/react": "^0.24.0",