From 62a1a854b22baba7d17e3b7dca6bbee378c84df8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:26:26 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- extensions/math/CHANGELOG.md | 7 +++++++ extensions/math/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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)",