From c33d6e637a5171d7513a61b24f5d3b33d0d62d37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:00:37 +0000 Subject: [PATCH] chore(main): release runmath 1.17.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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": {