diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ecc704..fc06e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.31.0](https://github.com/Dicelette/discord-dicelette/compare/1.30.2...1.31.0) (2024-12-31) + + +### Features + +* **calc:** enhance calc sign with allowing >= and ⩾ ascii ([37cc9a1](https://github.com/Dicelette/discord-dicelette/commit/37cc9a1a4b3dec855541e65fd6892e600ed8b32a)) + + +### Bug Fixes + +* **calc:** uniformize when rolling the expression ([d91f5a1](https://github.com/Dicelette/discord-dicelette/commit/d91f5a18adc58b107bfb269908d4ed3c3e022a03)) + ## [1.30.2](https://github.com/Dicelette/discord-dicelette/compare/1.31.0...1.30.2) (2024-12-30) diff --git a/package.json b/package.json index 8f27462..4054460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dicelette", - "version": "1.30.3", + "version": "1.32.0", "engineStrict": true, "private": true, "scripts": { diff --git a/packages/bot/package.json b/packages/bot/package.json index c79ba25..63ca842 100644 --- a/packages/bot/package.json +++ b/packages/bot/package.json @@ -1,6 +1,6 @@ { "name": "@dicelette/bot", - "version": "1.30.3", + "version": "1.32.0", "description": "", "main": "dist/index.js", "type": "module",