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",