From 21d7735b5a68cbd273515996689ad526c06cb1e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:32:41 +0000 Subject: [PATCH] chore(main): release runmath 1.17.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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": {