File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ # [ 14.21.0] ( https://github.com/discordjs/discord.js/compare/14.20.0...14.21.0 ) - (2025-06-25)
6
+
7
+ ## Bug Fixes
8
+
9
+ - ** ClientUser:** Remove token assignment (#10953 ) ([ 507b696] ( https://github.com/discordjs/discord.js/commit/507b696792d61ae49565b4613439aceb08dcf38a ) )
10
+
11
+ ## Features
12
+
13
+ - ** GuildMember:** Add ` avatarDecorationData ` (#10942 ) ([ 15f7571] ( https://github.com/discordjs/discord.js/commit/15f7571243d5b206141290478fd5164d299c0850 ) )
14
+ - ** ClientApplication:** Add ` approximateUserAuthorizationCount ` (#10933 ) ([ 3fa429c] ( https://github.com/discordjs/discord.js/commit/3fa429c7dfa3bb3e6f099cd2f068c474a01677b1 ) )
15
+
16
+ ## Typings
17
+
18
+ - ** ClientEventTypes:** Add missing ` guildSoundboardSoundsUpdate ` (#10928 ) ([ c2a43b6] ( https://github.com/discordjs/discord.js/commit/c2a43b685e01eff878a399e8c00df8e473c185ad ) )
19
+
5
20
# [ 14.20.0] ( https://github.com/discordjs/discord.js/compare/14.19.3...14.20.0 ) - (2025-06-16)
6
21
7
22
## Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://json.schemastore.org/package.json" ,
3
3
"name" : " discord.js" ,
4
- "version" : " 14.20 .0" ,
4
+ "version" : " 14.21 .0" ,
5
5
"description" : " A powerful library for interacting with the Discord API" ,
6
6
"scripts" : {
7
7
"test" : " pnpm run docs:test && pnpm run test:typescript" ,
You can’t perform that action at this time.
0 commit comments