From 622f398f4b36b00d0a347b548f63524703c2d395 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sat, 7 Aug 2021 11:39:43 +0200 Subject: [PATCH] chore(Release): prepare release --- CHANGELOG.md | 14 ++++++++++++-- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f767737f8451..45f3ed0edb79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -# [13.0.0](https://github.com/discordjs/discord.js/compare/12.5.0...v13.0.0) (2021-08-06) +## [13.0.1](https://github.com/discordjs/discord.js/compare/13.0.0...13.0.1) (2021-08-07) + + +### Bug Fixes + +* **GuildMemberManager:** refactor fetchMany ([#6328](https://github.com/discordjs/discord.js/issues/6328)) ([909c873](https://github.com/discordjs/discord.js/commit/909c87353e24eb7947d1cabc78d9c0ee97c3902d)) +* **Message:** handle fetched messages ([#6325](https://github.com/discordjs/discord.js/issues/6325)) ([ceae596](https://github.com/discordjs/discord.js/commit/ceae5960edefc63be5f16a52e286e390c14e0d29)) + + + +# [13.0.0](https://github.com/discordjs/discord.js/compare/12.5.0...13.0.0) (2021-08-06) ### Bug Fixes @@ -289,7 +299,7 @@ * stage channels ([#5456](https://github.com/discordjs/discord.js/issues/5456)) ([eec7cf7](https://github.com/discordjs/discord.js/commit/eec7cf7634653fc02ee4f94e970960174a0e6d1b)) * stage instances ([#5749](https://github.com/discordjs/discord.js/issues/5749)) ([918921e](https://github.com/discordjs/discord.js/commit/918921e8211fc16e9b12d2502f3168264246ea22)) * **Browser:** remove browser � ([#5113](https://github.com/discordjs/discord.js/issues/5113)) ([0a591a9](https://github.com/discordjs/discord.js/commit/0a591a96974ab8b2aef7d7b9b64ec63d0fbe4ec4)) -* **Role:** role tags ([#4628](https://github.com/discordjs/discord.js/issues/4628)) ([d6234b7](https://github.com/discordjs/discord.js/commit/d6234b764ecbf12ebc0a795429a6aa3a650f5a6c)), closes [#1](https://github.com/discordjs/discord.js/issues/1) +* **Role:** role tags ([#4628](https://github.com/discordjs/discord.js/issues/4628)) ([d6234b7](https://github.com/discordjs/discord.js/commit/d6234b764ecbf12ebc0a795429a6aa3a650f5a6c)) * **ShardingManager:** Allow b-Eval/fetchClientValues on a specific shard when not all are ready ([#5222](https://github.com/discordjs/discord.js/issues/5222)) ([001676c](https://github.com/discordjs/discord.js/commit/001676c7a97f4e44c6601dd84aa0354ea94b7c25)) * **Sticker:** added Sticker ([#4909](https://github.com/discordjs/discord.js/issues/4909)) ([026afc2](https://github.com/discordjs/discord.js/commit/026afc2c1a88bc210c973bcf235fef3484571111)) * **Util:** allow array for StringOptions' char ([#5566](https://github.com/discordjs/discord.js/issues/5566)) ([fbcbb29](https://github.com/discordjs/discord.js/commit/fbcbb29884a35308a7af2169f5f9ae5658c458e8)) diff --git a/package-lock.json b/package-lock.json index 12871e5e17d1..ddd2d47c7dc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "discord.js", - "version": "13.1.0-dev", + "version": "13.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "13.1.0-dev", + "version": "13.0.1", "license": "Apache-2.0", "dependencies": { "@discordjs/builders": "^0.4.0", diff --git a/package.json b/package.json index 8587908e1542..d693a4674a86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js", - "version": "13.1.0-dev", + "version": "13.0.1", "description": "A powerful library for interacting with the Discord API", "main": "./src/index.js", "module": "./src/index.mjs", @@ -24,7 +24,7 @@ "prettier": "prettier --write src/**/*.js typings/**/*.ts", "prepublishOnly": "npm run test && gen-esm-wrapper ./src/index.js ./src/index.mjs", "prepare": "is-ci || husky install", - "changelog": "conventional-changelog -p angular -i RELEASE_CHANGELOG.md -s" + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" }, "repository": { "type": "git",