Skip to content

Commit c94bda5

Browse files
committed
chore(release): 2.11.0
1 parent 649cda3 commit c94bda5

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.11.0](https://github.com/Dicelette/discord-dicelette/compare/2.10.8...2.11.0) (2025-10-31)
6+
7+
8+
### Features
9+
10+
* enhance interaction handling and button functionality with new moderation options ([ed444c9](https://github.com/Dicelette/discord-dicelette/commit/ed444c90ebdf2d0a6986bc4d3fa3899374bc5c0d))
11+
12+
13+
### Bug Fixes
14+
15+
* correct import path for localization module in button functionality ([649cda3](https://github.com/Dicelette/discord-dicelette/commit/649cda39e0d044343f131fe9d09b0d06627e345e))
16+
* improve avatar file handling and validation in user interactions ([3e8c184](https://github.com/Dicelette/discord-dicelette/commit/3e8c184053d442c8093ae9e111a169c2a9514ad0))
17+
518
## [2.10.8](https://github.com/Dicelette/discord-dicelette/compare/2.10.7...2.10.8) (2025-10-31)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@
6969
"release": "commit-and-tag-version",
7070
"test": "pnpm --filter @dicelette/parse_result run test"
7171
},
72-
"version": "2.10.8"
72+
"version": "2.11.0"
7373
}

packages/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
"tsc": "tsc --project tsconfig.json --skipLibCheck --noEmit && tsc-alias -p tsconfig.json"
4242
},
4343
"type": "module",
44-
"version": "2.10.8"
44+
"version": "2.11.0"
4545
}

0 commit comments

Comments
 (0)