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

This commit is contained in:
iCrawl
2022-09-15 20:39:42 +02:00
parent 5ef30a0173
commit 8d6a55d2c7
3 changed files with 21 additions and 2512 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -58,7 +58,7 @@ commit_parsers = [
]
filter_commits = true
tag_pattern = "[0-9]*"
skip_tags = "v[0-9]*|11|12|@discordjs"
skip_tags = "v[0-9]*|@discordjs"
ignore_tags = ""
date_order = true
sort_commits = "newest"

View File

@@ -1,6 +1,6 @@
{
"name": "discord.js",
"version": "13.10.3",
"version": "13.11.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",