diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8361222..bf8a8dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "extensions/math": "0.2.0", + "extensions/math": "0.2.1", "extensions/test": "0.1.1", "extensions/search": "1.0.4", "extensions/todoist": "0.2.1" diff --git a/extensions/math/CHANGELOG.md b/extensions/math/CHANGELOG.md index 16722cb..b147e8c 100644 --- a/extensions/math/CHANGELOG.md +++ b/extensions/math/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/RokiiApp/extensions/compare/math-v0.2.0...math-v0.2.1) (2024-03-11) + + +### Bug Fixes + +* Improve calculations ([efb9a2a](https://github.com/RokiiApp/extensions/commit/efb9a2a4c75bce4c901e4f00ff5d904a1db48664)) + ## [0.2.0](https://github.com/RokiiApp/extensions/compare/math-v0.1.0...math-v0.2.0) (2024-03-09) diff --git a/extensions/math/package.json b/extensions/math/package.json index 3e2853c..18058da 100644 --- a/extensions/math/package.json +++ b/extensions/math/package.json @@ -1,6 +1,6 @@ { "name": "@rokii-plugins/math", - "version": "0.2.0", + "version": "0.2.1", "description": "Do quick math operations on Rokii", "main": "dist/index.js", "author": "David Jiménez (https://dubis.dev)",