Skip to content

Commit 5533f5c

Browse files
committed
chore(release): 2.32.2
1 parent acebbb6 commit 5533f5c

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.32.2](https://github.com/Dicelette/discord-dicelette/compare/2.32.1...2.32.2) (2026-01-17)
6+
7+
8+
### Bug Fixes
9+
10+
* forgot to set context for all the commands ([acebbb6](https://github.com/Dicelette/discord-dicelette/commit/acebbb65105b5f92865d63b3fdb4eef7bdc95bfa))
11+
512
## [2.32.1](https://github.com/Dicelette/discord-dicelette/compare/2.32.0...2.32.1) (2026-01-17)
613

714

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dicelette",
3-
"version": "2.32.1",
3+
"version": "2.32.2",
44
"private": true,
55
"author": "",
66
"license": "GNU GPLv3",
@@ -79,4 +79,4 @@
7979
],
8080
"t": ""
8181
}
82-
}
82+
}

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

0 commit comments

Comments
 (0)