chore(release): 0.20.2 🎉 (#165)

This commit is contained in:
Vlad Frangu
2021-07-21 12:57:08 +03:00
committed by GitHub
parent ff75eb3f5d
commit ab1951b7b9
4 changed files with 15 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
## [0.20.2](https://github.com/discordjs/discord-api-types/compare/0.21.0...0.20.2) (2021-07-21)
### Bug Fixes
- **APIInteraction:** bring back Ping type ([#164](https://github.com/discordjs/discord-api-types/issues/164)) ([ff75eb3](https://github.com/discordjs/discord-api-types/commit/ff75eb3f5dfd7597968c26133d125cfe40ee5838))
## [0.20.1](https://github.com/discordjs/discord-api-types/compare/0.20.0...0.20.1) (2021-07-20)
### Features
+6
View File
@@ -1,3 +1,9 @@
## [0.20.2](https://github.com/discordjs/discord-api-types/compare/0.21.0...0.20.2) (2021-07-21)
### Bug Fixes
- **APIInteraction:** bring back Ping type ([#164](https://github.com/discordjs/discord-api-types/issues/164)) ([ff75eb3](https://github.com/discordjs/discord-api-types/commit/ff75eb3f5dfd7597968c26133d125cfe40ee5838))
## [0.20.1](https://github.com/discordjs/discord-api-types/compare/0.20.0...0.20.1) (2021-07-20)
### Features
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "discord-api-types",
"version": "0.20.1",
"version": "0.20.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.20.1",
"version": "0.20.2",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.6",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "discord-api-types",
"version": "0.20.1",
"version": "0.20.2",
"description": "Discord API typings that are kept up to date for use in bot library creation.",
"main": "./v9.js",
"module": "./v9.mjs",