diff --git a/docs/general/updating.md b/docs/general/updating.md index 5b1d1ad80..f7b216f2f 100644 --- a/docs/general/updating.md +++ b/docs/general/updating.md @@ -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 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. diff --git a/docs/general/welcome.md b/docs/general/welcome.md index 8f7c0181e..5c458b953 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -18,8 +18,8 @@ # Welcome! -Welcome to the discord.js v11.4 documentation. -The v11.4 release contains bugfixes from v11.3 and backports features such as Rich Presence. +Welcome to the discord.js v11.5 documentation. +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. If you are fond of living life on the bleeding-edge, check out the master branch. diff --git a/docs/topics/web.md b/docs/topics/web.md index 0a810081a..611834e8b 100644 --- a/docs/topics/web.md +++ b/docs/topics/web.md @@ -23,7 +23,7 @@ The usage of the API isn't any different from using it in Node.js. ## Example ```html - +