Skip to content

Commit e82633f

Browse files
committed
Bump version to 11.5.0
1 parent b2f89e4 commit e82633f

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

docs/general/updating.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
# Version 11.4.0
26
v11.4.0 backports many new features such as Rich Presence and bugfixes from v11.3.0.
37
See [the changelog](https://github.com/discordjs/discord.js/releases/tag/11.4.0) for a full list of changes, including information about deprecations.

docs/general/welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</div>
1919

2020
# 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.
2323

2424
v12 is still very much a work-in-progress, as we're aiming to make it the best it can possibly be before releasing.
2525
If you are fond of living life on the bleeding-edge, check out the master branch.

docs/topics/web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The usage of the API isn't any different from using it in Node.js.
2323

2424
## Example
2525
```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>
2727
<script type="text/javascript">
2828
const client = new Discord.Client();
2929

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord.js",
3-
"version": "11.4.2",
3+
"version": "11.5.0",
44
"description": "A powerful library for interacting with the Discord API",
55
"main": "./src/index",
66
"types": "./typings/index.d.ts",

typings/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
// Definitions by:
44
// acdenisSK <acdenissk69@gmail.com> (https://github.com/acdenisSK)
55
// Zack Campbell <zajrik@gmail.com> (https://github.com/zajrik)

0 commit comments

Comments
 (0)