Bump version to 11.5.0

This commit is contained in:
Schuyler Cebulskie
2019-05-11 19:05:10 -04:00
parent b2f89e4594
commit e82633fb00
5 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
# Version 11.5.0
v11.5.0 backports new features from the in-development v12, and fixes bugs in the v11.4.x releases.
See [the changelog](https://github.com/discordjs/discord.js/releases/tag/11.5.0) for a full list of changes, including information about deprecations.
# Version 11.4.0 # Version 11.4.0
v11.4.0 backports many new features such as Rich Presence and bugfixes from v11.3.0. v11.4.0 backports many new features such as Rich Presence and bugfixes from v11.3.0.
See [the changelog](https://github.com/discordjs/discord.js/releases/tag/11.4.0) for a full list of changes, including information about deprecations. See [the changelog](https://github.com/discordjs/discord.js/releases/tag/11.4.0) for a full list of changes, including information about deprecations.

View File

@@ -18,8 +18,8 @@
</div> </div>
# Welcome! # Welcome!
Welcome to the discord.js v11.4 documentation. Welcome to the discord.js v11.5 documentation.
The v11.4 release contains bugfixes from v11.3 and backports features such as Rich Presence. The v11.5 release contains bugfixes from v11.4 and backports features from the in-development v12.
v12 is still very much a work-in-progress, as we're aiming to make it the best it can possibly be before releasing. v12 is still very much a work-in-progress, as we're aiming to make it the best it can possibly be before releasing.
If you are fond of living life on the bleeding-edge, check out the master branch. If you are fond of living life on the bleeding-edge, check out the master branch.

View File

@@ -23,7 +23,7 @@ The usage of the API isn't any different from using it in Node.js.
## Example ## Example
```html ```html
<script type="text/javascript" src="discord.11.4.1.min.js"></script> <script type="text/javascript" src="discord.11.5.0.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
const client = new Discord.Client(); const client = new Discord.Client();

View File

@@ -1,6 +1,6 @@
{ {
"name": "discord.js", "name": "discord.js",
"version": "11.4.2", "version": "11.5.0",
"description": "A powerful library for interacting with the Discord API", "description": "A powerful library for interacting with the Discord API",
"main": "./src/index", "main": "./src/index",
"types": "./typings/index.d.ts", "types": "./typings/index.d.ts",

4
typings/index.d.ts vendored
View File

@@ -1,5 +1,5 @@
// Type definitions for discord.js 11.3.0 // Type definitions for discord.js 11.5.0
// Project: https://github.com/hydrabolt/discord.js // Project: https://github.com/discordjs/discord.js
// Definitions by: // Definitions by:
// acdenisSK <acdenissk69@gmail.com> (https://github.com/acdenisSK) // acdenisSK <acdenissk69@gmail.com> (https://github.com/acdenisSK)
// Zack Campbell <zajrik@gmail.com> (https://github.com/zajrik) // Zack Campbell <zajrik@gmail.com> (https://github.com/zajrik)