File tree Expand file tree Collapse file tree 8 files changed +56
-4
lines changed Expand file tree Collapse file tree 8 files changed +56
-4
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
+ # [ @discordjs/builders @0.14.0] ( https://github.com/discordjs/discord.js/compare/@discordjs/builders@0.13.0...@discordjs/builders@0.14.0 ) - (2022-06-04)
6
+
7
+ ## Bug Fixes
8
+
9
+ - ** builders:** Leftover invalid null type ([ 8a7cd10] ( https://github.com/discordjs/discord.js/commit/8a7cd10554a2a71cd2fe7f6a177b5f4f43464348 ) )
10
+ - ** SlashCommandBuilder:** Import ` Permissions ` correctly (#7921 ) ([ 7ce641d] ( https://github.com/discordjs/discord.js/commit/7ce641d33a4af6586d5e7beffbe7d38619dcf1a2 ) )
11
+ - Add localizations for subcommand builders and option choices (#7862 ) ([ c1b5e73] ( https://github.com/discordjs/discord.js/commit/c1b5e731daa9cbbfca03a046e47cb1221ee1ed7c ) )
12
+
13
+ ## Features
14
+
15
+ - Export types from ` interactions/slashCommands/mixins ` (#7942 ) ([ 68d5169] ( https://github.com/discordjs/discord.js/commit/68d5169f66c96f8fe5be17a1c01cdd5155607ab2 ) )
16
+ - ** builders:** Add new command permissions v2 (#7861 ) ([ de3f157] ( https://github.com/discordjs/discord.js/commit/de3f1573f07dda294cc0fbb1ca4b659eb2388a12 ) )
17
+ - ** builders:** Improve embed errors and predicates (#7795 ) ([ ec8d87f] ( https://github.com/discordjs/discord.js/commit/ec8d87f93272cc9987f9613735c0361680c4ed1e ) )
18
+
19
+ ## Refactor
20
+
21
+ - Use arrays instead of rest parameters for builders (#7759 ) ([ 29293d7] ( https://github.com/discordjs/discord.js/commit/29293d7bbb5ed463e52e5a5853817e5a09cf265b ) )
22
+
23
+ ## Styling
24
+
25
+ - Cleanup tests and tsup configs ([ 6b8ef20] ( https://github.com/discordjs/discord.js/commit/6b8ef20cb3af5b5cfd176dd0aa0a1a1e98551629 ) )
26
+
5
27
# [ @discordjs/builders @0.13.0] ( https://github.com/discordjs/discord.js/compare/@discordjs/builders@0.12.0...@discordjs/builders@0.13.0 ) - (2022-04-17)
6
28
7
29
## Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @discordjs/builders" ,
3
- "version" : " 0.14.0-dev " ,
3
+ "version" : " 0.14.0" ,
4
4
"description" : " A set of builders that you can use when creating your bot" ,
5
5
"scripts" : {
6
6
"build" : " tsup" ,
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
+ # [ @discordjs/collection @0.7.0] ( https://github.com/discordjs/discord.js/compare/@discordjs/collection@0.6.0...@discordjs/collection@0.7.0 ) - (2022-06-04)
6
+
7
+ ## Styling
8
+
9
+ - Cleanup tests and tsup configs ([ 6b8ef20] ( https://github.com/discordjs/discord.js/commit/6b8ef20cb3af5b5cfd176dd0aa0a1a1e98551629 ) )
10
+
5
11
# [ @discordjs/collection @0.6.0] ( https://github.com/discordjs/discord.js/compare/@discordjs/collection@0.5.0...@discordjs/collection@0.6.0 ) - (2022-04-17)
6
12
7
13
## Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @discordjs/collection" ,
3
- "version" : " 0.7.0-dev " ,
3
+ "version" : " 0.7.0" ,
4
4
"description" : " Utility data structure used in discord.js" ,
5
5
"scripts" : {
6
6
"test" : " jest --pass-with-no-tests" ,
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
+ # [ @discordjs/rest @0.5.0] ( https://github.com/discordjs/discord.js/compare/@discordjs/rest@0.4.0...@discordjs/rest@0.5.0 ) - (2022-06-04)
6
+
7
+ ## Bug Fixes
8
+
9
+ - ** REST:** Remove dom types (#7922 ) ([ e92b17d] ( https://github.com/discordjs/discord.js/commit/e92b17d8555164ff259e524efc6a26675660e5c2 ) )
10
+ - Ok statusCode can be 200..299 (#7919 ) ([ d1504f2] ( https://github.com/discordjs/discord.js/commit/d1504f2ae19816b3fadcdb3ad17facc863ed7529 ) )
11
+
12
+ ## Features
13
+
14
+ - ** rest:** Add guild member banner cdn url (#7973 ) ([ 97eaab3] ( https://github.com/discordjs/discord.js/commit/97eaab35d7383ecbbd93dc623ceda969286c1554 ) )
15
+ - REST#raw (#7929 ) ([ dfe449c] ( https://github.com/discordjs/discord.js/commit/dfe449c253b617e8f92c720a2f71135aa1601a65 ) )
16
+ - ** rest:** Use undici (#7747 ) ([ d1ec8c3] ( https://github.com/discordjs/discord.js/commit/d1ec8c37ffb7fe3b63eaa8c382f22ca1fb348c9b ) )
17
+ - ** REST:** Enable setting default authPrefix (#7853 ) ([ 679dcda] ( https://github.com/discordjs/discord.js/commit/679dcda9709376f37cc58a60f74d12d324d93e4e ) )
18
+
19
+ ## Styling
20
+
21
+ - Cleanup tests and tsup configs ([ 6b8ef20] ( https://github.com/discordjs/discord.js/commit/6b8ef20cb3af5b5cfd176dd0aa0a1a1e98551629 ) )
22
+
5
23
# [ @discordjs/rest @0.4.0] ( https://github.com/discordjs/discord.js/compare/@discordjs/rest@0.3.0...@discordjs/rest@0.4.0 ) - (2022-04-17)
6
24
7
25
## Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @discordjs/rest" ,
3
- "version" : " 0.5.0-dev " ,
3
+ "version" : " 0.5.0" ,
4
4
"description" : " The REST API for discord.js" ,
5
5
"scripts" : {
6
6
"build" : " tsup && tsc --emitDeclarationOnly --incremental" ,
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
+ # [ @discordjs/voice @0.10.0] ( https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.9.0...@discordjs/voice@0.10.0 ) - (2022-06-04)
6
+
7
+ ## Styling
8
+
9
+ - Cleanup tests and tsup configs ([ 6b8ef20] ( https://github.com/discordjs/discord.js/commit/6b8ef20cb3af5b5cfd176dd0aa0a1a1e98551629 ) )
10
+
5
11
# [ @discordjs/voice @0.9.0] ( https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.8.0...@discordjs/voice@0.9.0 ) - (2022-04-17)
6
12
7
13
## Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @discordjs/voice" ,
3
- "version" : " 0.10.0-dev " ,
3
+ "version" : " 0.10.0" ,
4
4
"description" : " Implementation of the Discord Voice API for node.js" ,
5
5
"scripts" : {
6
6
"build" : " tsup && node scripts/postbuild.mjs" ,
You can’t perform that action at this time.
0 commit comments