Skip to content

Commit 606f90e

Browse files
committed
chore(release): 2.13.0
1 parent 5e6a543 commit 606f90e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.13.0](https://github.com/Dicelette/discord-dicelette/compare/2.12.0...2.13.0) (2025-11-18)
6+
7+
8+
### Features
9+
10+
* add a select/choose in a list commands ([6b2a84f](https://github.com/Dicelette/discord-dicelette/commit/6b2a84f68bec52933088e97435717d257654d81c))
11+
* update to node crypto engine for better number generation ([5e6a543](https://github.com/Dicelette/discord-dicelette/commit/5e6a543da86f29ae648ab119a1cb45c840ed73d3))
12+
513
## [2.12.0](https://github.com/Dicelette/discord-dicelette/compare/2.11.3...2.12.0) (2025-11-03)
614

715

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.12.0"
72+
"version": "2.13.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.12.0"
44+
"version": "2.13.0"
4545
}

0 commit comments

Comments
 (0)