diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3a7947..fc1aadf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.7" + ".": "1.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 55964e3..0cc70d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.17.0](https://github.com/dubisdev/runmath/compare/runmath-v1.16.7...runmath-v1.17.0) (2024-12-22) + + +### Features + +* Add option to hide on Enter [#19](https://github.com/dubisdev/runmath/issues/19) ([49112d6](https://github.com/dubisdev/runmath/commit/49112d6cff1a422bbeafe58d8eda856806d7a0ee)) + + +### Bug Fixes + +* Updgrade to React 19 ([2b46874](https://github.com/dubisdev/runmath/commit/2b468743b39b95495a88b536b708ba6b0096d743)) + ## [1.16.7](https://github.com/dubisdev/runmath/compare/runmath-v1.16.6...runmath-v1.16.7) (2024-10-02) diff --git a/package.json b/package.json index 35fd679..aebe18d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "runmath", "private": true, - "version": "1.16.7", + "version": "1.17.0", "license": "MIT", "type": "module", "scripts": {