Skip to content

Commit 1c06f42

Browse files
committed
chore(release): 2.30.2
1 parent 226e6a6 commit 1c06f42

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.2](https://github.com/Dicelette/discord-dicelette/compare/2.30.1...2.30.2) (2025-12-16)
6+
7+
8+
### Bug Fixes
9+
10+
* replace QUERY_URL_PATTERNS with DICE_COMPILED_PATTERNS in roll and validation logic ([226e6a6](https://github.com/Dicelette/discord-dicelette/commit/226e6a64c8cfd426ec7abf3b611b67f70814685f))
11+
* **roll:** exclude automatically dice from comparaison with `{syntax}` if the entire dice is in it. ([da1f019](https://github.com/Dicelette/discord-dicelette/commit/da1f019982b2f8be9ff8c4ccac503859e8ed705b))
12+
* **roll:** should not considerate ! as a sign if not followed by = ([6bf7578](https://github.com/Dicelette/discord-dicelette/commit/6bf7578691582d2b7c674d0885b9de45eb01a7e5))
13+
* update regex patterns for custom critical and opposition handling ([e07b4a6](https://github.com/Dicelette/discord-dicelette/commit/e07b4a6234361754bf5493cafc96f5e15968e332))
14+
515
## [2.30.1](https://github.com/Dicelette/discord-dicelette/compare/2.30.0...2.30.1) (2025-12-16)
616

717

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.1",
3+
"version": "2.30.2",
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.1",
3+
"version": "2.30.2",
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.1",
3+
"version": "2.30.2",
44
"private": true,
55
"description": "",
66
"type": "module",

0 commit comments

Comments
 (0)