From 34d352dcbe664708e56ff3ffb2e110063d27aabb Mon Sep 17 00:00:00 2001 From: Anish Shobith P S <38991749+Anish-Shobith@users.noreply.github.com> Date: Sat, 29 Feb 2020 23:41:42 +0530 Subject: [PATCH] docs: bump version to 11.6.0 (#3863) * docs: Bump version to 11.6.0 * fix: typo --- docs/general/updating.md | 4 ++++ docs/general/welcome.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/general/updating.md b/docs/general/updating.md index f7b216f2f..70008c1e8 100644 --- a/docs/general/updating.md +++ b/docs/general/updating.md @@ -1,3 +1,7 @@ +# Version 11.6.0 +v11.6.0 backports new features from the in-development v12, and fixes bugs in the v11.5.x releases. +See [the changelog](https://github.com/discordjs/discord.js/releases/tag/11.6.0) for a full list of changes, including information about deprecations. + # 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. diff --git a/docs/general/welcome.md b/docs/general/welcome.md index 8ba3f71ec..3ffb66026 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -18,8 +18,8 @@ # Welcome! -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. +Welcome to the discord.js v11.6 documentation. +The v11.6 release contains bugfixes from v11.5 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.