chore(discord.js): release discord.js@13.9.0

This commit is contained in:
iCrawl
2022-07-17 19:39:23 +02:00
parent 7b7cc1c6cb
commit 64928abb9e
3 changed files with 1131 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{
"name": "discord.js",
"packagePath": ".",
"tagTemplate": "{{new-version}}"
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "discord.js",
"version": "13.8.1",
"version": "13.9.0",
"description": "A powerful library for interacting with the Discord API",
"scripts": {
"test": "npm run lint && npm run docs:test && npm run lint:typings && npm run test:typescript",