diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc1aadf..38bb499 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.17.0" + ".": "1.17.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc70d7..df0771a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.17.1](https://github.com/dubisdev/runmath/compare/runmath-v1.17.0...runmath-v1.17.1) (2025-01-04) + + +### Bug Fixes + +* Update deps ([0dbfaf9](https://github.com/dubisdev/runmath/commit/0dbfaf9e05b28c32ec4295bfdb6d33eedea93b83)) + ## [1.17.0](https://github.com/dubisdev/runmath/compare/runmath-v1.16.7...runmath-v1.17.0) (2024-12-22) diff --git a/package.json b/package.json index ff0a958..de41935 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "runmath", "private": true, - "version": "1.17.0", + "version": "1.17.1", "license": "MIT", "type": "module", "scripts": {