Skip to content

Commit 9a489e7

Browse files
committed
chore(release): 2.13.2
1 parent 8799e95 commit 9a489e7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2](https://github.com/Dicelette/discord-dicelette/compare/2.13.1...2.13.2) (2025-11-18)
6+
7+
8+
### Bug Fixes
9+
10+
* typo in choose description ([8799e95](https://github.com/Dicelette/discord-dicelette/commit/8799e951c0cf2e35b44051b6433c36f6df902868))
11+
512
## [2.13.1](https://github.com/Dicelette/discord-dicelette/compare/2.13.0...2.13.1) (2025-11-18)
613

714
## [2.13.0](https://github.com/Dicelette/discord-dicelette/compare/2.12.0...2.13.0) (2025-11-18)

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.13.1"
72+
"version": "2.13.2"
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.13.1"
44+
"version": "2.13.2"
4545
}

0 commit comments

Comments
 (0)