Skip to content

Commit 1dbd6c6

Browse files
committed
chore(release): 2.30.6
1 parent 75e3651 commit 1dbd6c6

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [2.30.6](https://github.com/Dicelette/discord-dicelette/compare/2.30.3...2.30.6) (2025-12-17)
6+
7+
8+
### Bug Fixes
9+
10+
* broken cs/cf in baseRoll ([75fac8c](https://github.com/Dicelette/discord-dicelette/commit/75fac8cec1e6ea2e9ef6f477a85e78057aafe7d3))
11+
* **regex:** `!` should not be valid if not followed by `!=` in theses case ([42408bf](https://github.com/Dicelette/discord-dicelette/commit/42408bff707ad7a4cf83e595c44697dd96dfcea5))
12+
* **snippets:** should support {dice} and {{dice}>20} ([ca2b38e](https://github.com/Dicelette/discord-dicelette/commit/ca2b38e6f9c46c56d27585e569f588359e8e9134))
13+
514
## [2.30.5](https://github.com/Dicelette/discord-dicelette/compare/2.30.4...2.30.5) (2025-12-17)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dicelette",
3-
"version": "2.30.5",
3+
"version": "2.30.6",
44
"private": true,
55
"author": "",
66
"license": "GNU GPLv3",

packages/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dicelette/bot",
3-
"version": "2.30.5",
3+
"version": "2.30.6",
44
"private": true,
55
"description": "",
66
"type": "module",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dicelette/utils",
3-
"version": "2.30.5",
3+
"version": "2.30.6",
44
"private": true,
55
"description": "",
66
"type": "module",

0 commit comments

Comments
 (0)