chore(discord.js): release discord.js 14.4.0

This commit is contained in:
iCrawl
2022-09-21 14:09:39 +02:00
parent b106956308
commit 0b12d6fa10
3 changed files with 48 additions and 1178 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]*|9*|11*|12*|13*|@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": "14.3.0",
"version": "14.4.0",
"description": "A powerful library for interacting with the Discord API",
"scripts": {
"test": "yarn docs:test && yarn test:typescript",