Skip to content

Commit ffbb257

Browse files
committed
chore(release): 2.11.1
1 parent 23975a0 commit ffbb257

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.11.1](https://github.com/Dicelette/discord-dicelette/compare/2.11.0...2.11.1) (2025-11-01)
6+
7+
8+
### Bug Fixes
9+
10+
* update member access verification and handle private user data in interactions ([d33c55f](https://github.com/Dicelette/discord-dicelette/commit/d33c55ff093a1800e727557d3d2f24d444f60623))
11+
* wrong path for linux ([07fc061](https://github.com/Dicelette/discord-dicelette/commit/07fc0615be98ecaabdfe3e96a19fab17c1d8ff20))
12+
513
## [2.11.0](https://github.com/Dicelette/discord-dicelette/compare/2.10.8...2.11.0) (2025-10-31)
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.11.0"
72+
"version": "2.11.1"
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.11.0"
44+
"version": "2.11.1"
4545
}

0 commit comments

Comments
 (0)