Skip to content

Commit 3c6e6b2

Browse files
committed
chore(release): 2.18.0
1 parent e3d0295 commit 3c6e6b2

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.18.0](https://github.com/Dicelette/discord-dicelette/compare/2.17.2...2.18.0) (2025-11-22)
6+
7+
8+
### Features
9+
10+
* add snippets functionality for creating, deleting, and listing user-defined macros ([b721657](https://github.com/Dicelette/discord-dicelette/commit/b721657eef0a4fa658f57a053411aef115b99e09))
11+
* autodelete usersettings when needed ([29805f1](https://github.com/Dicelette/discord-dicelette/commit/29805f17143c503c339aff0616e31e01a0c55660))
12+
13+
14+
### Bug Fixes
15+
16+
* sanitize string values in context menus ([158d64e](https://github.com/Dicelette/discord-dicelette/commit/158d64e29c11361232ef92127fda79f2d383218b))
17+
518
## [2.17.2](https://github.com/Dicelette/discord-dicelette/compare/2.17.1...2.17.2) (2025-11-22)
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.17.2"
72+
"version": "2.18.0"
7373
}

packages/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
"tsc": "tsc --project tsconfig.json --skipLibCheck --noEmit && tsc-alias -p tsconfig.json"
4343
},
4444
"type": "module",
45-
"version": "2.17.2"
45+
"version": "2.18.0"
4646
}

0 commit comments

Comments
 (0)