File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Version 11.5.0
2
+ v11.5.0 backports new features from the in-development v12, and fixes bugs in the v11.4.x releases.
3
+ See [ the changelog] ( https://github.com/discordjs/discord.js/releases/tag/11.5.0 ) for a full list of changes, including information about deprecations.
4
+
1
5
# Version 11.4.0
2
6
v11.4.0 backports many new features such as Rich Presence and bugfixes from v11.3.0.
3
7
See [ the changelog] ( https://github.com/discordjs/discord.js/releases/tag/11.4.0 ) for a full list of changes, including information about deprecations.
Original file line number Diff line number Diff line change 18
18
</div >
19
19
20
20
# Welcome!
21
- Welcome to the discord.js v11.4 documentation.
22
- The v11.4 release contains bugfixes from v11.3 and backports features such as Rich Presence .
21
+ Welcome to the discord.js v11.5 documentation.
22
+ The v11.5 release contains bugfixes from v11.4 and backports features from the in-development v12 .
23
23
24
24
v12 is still very much a work-in-progress, as we're aiming to make it the best it can possibly be before releasing.
25
25
If you are fond of living life on the bleeding-edge, check out the master branch.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The usage of the API isn't any different from using it in Node.js.
23
23
24
24
## Example
25
25
``` html
26
- <script type =" text/javascript" src =" discord.11.4.1 .min.js" ></script >
26
+ <script type =" text/javascript" src =" discord.11.5.0 .min.js" ></script >
27
27
<script type =" text/javascript" >
28
28
const client = new Discord.Client ();
29
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " discord.js" ,
3
- "version" : " 11.4.2 " ,
3
+ "version" : " 11.5.0 " ,
4
4
"description" : " A powerful library for interacting with the Discord API" ,
5
5
"main" : " ./src/index" ,
6
6
"types" : " ./typings/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- // Type definitions for discord.js 11.3 .0
2
- // Project: https://github.com/hydrabolt /discord.js
1
+ // Type definitions for discord.js 11.5 .0
2
+ // Project: https://github.com/discordjs /discord.js
3
3
// Definitions by:
4
4
// acdenisSK <acdenissk69@gmail.com> (https://github.com/acdenisSK)
5
5
// Zack Campbell <zajrik@gmail.com> (https://github.com/zajrik)
You can’t perform that action at this time.
0 commit comments