From 653b9ff17f15136539316fa222f6f3c2b65984ec Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Sun, 18 Apr 2021 11:03:16 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=200.18.0=20=F0=9F=8E=89=20(#125?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ deno/CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77f1257..fc715e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.18.0](https://github.com/discordjs/discord-api-types/compare/0.16.0...0.18.0) (2021-04-18) + +### Bug Fixes + +- **APIInvite:** `channel` is not optional ([#123](https://github.com/discordjs/discord-api-types/issues/123)) ([abe0513](https://github.com/discordjs/discord-api-types/commit/abe05136fd169f483fe09a213259b4cbd526497b)) + +### Code Refactoring + +- **Invite:** rename `InviteTargetUserType` to `InviteTargetType` ([#124](https://github.com/discordjs/discord-api-types/issues/124)) ([bc9ab45](https://github.com/discordjs/discord-api-types/commit/bc9ab4556ca8a7c8e4c7942c87fa322c91b733dc)) + +### BREAKING CHANGES + +- **Invite:** `InviteTargetUserType` is renamed to `InviteTargetType`, to match the documentation. + - Reference: https://github.com/discord/discord-api-docs/pull/2690 + # [0.17.0](https://github.com/discordjs/discord-api-types/compare/0.16.0...0.17.0) (2021-04-17) ### Bug Fixes diff --git a/deno/CHANGELOG.md b/deno/CHANGELOG.md index a77f1257..fc715e81 100644 --- a/deno/CHANGELOG.md +++ b/deno/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.18.0](https://github.com/discordjs/discord-api-types/compare/0.16.0...0.18.0) (2021-04-18) + +### Bug Fixes + +- **APIInvite:** `channel` is not optional ([#123](https://github.com/discordjs/discord-api-types/issues/123)) ([abe0513](https://github.com/discordjs/discord-api-types/commit/abe05136fd169f483fe09a213259b4cbd526497b)) + +### Code Refactoring + +- **Invite:** rename `InviteTargetUserType` to `InviteTargetType` ([#124](https://github.com/discordjs/discord-api-types/issues/124)) ([bc9ab45](https://github.com/discordjs/discord-api-types/commit/bc9ab4556ca8a7c8e4c7942c87fa322c91b733dc)) + +### BREAKING CHANGES + +- **Invite:** `InviteTargetUserType` is renamed to `InviteTargetType`, to match the documentation. + - Reference: https://github.com/discord/discord-api-docs/pull/2690 + # [0.17.0](https://github.com/discordjs/discord-api-types/compare/0.16.0...0.17.0) (2021-04-17) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 739be25e..a8aae5d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "discord-api-types", - "version": "0.17.0", + "version": "0.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.17.0", + "version": "0.18.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.13.15", diff --git a/package.json b/package.json index 4ac04ba9..77c30df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-api-types", - "version": "0.17.0", + "version": "0.18.0", "description": "Discord API typings that are kept up to date for use in bot library creation.", "main": "./v8.js", "module": "./v8.mjs",