mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
chore(discord.js): release discord.js@13.11.0
This commit is contained in:
2529
CHANGELOG.md
2529
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -58,7 +58,7 @@ commit_parsers = [
|
|||||||
]
|
]
|
||||||
filter_commits = true
|
filter_commits = true
|
||||||
tag_pattern = "[0-9]*"
|
tag_pattern = "[0-9]*"
|
||||||
skip_tags = "v[0-9]*|11|12|@discordjs"
|
skip_tags = "v[0-9]*|@discordjs"
|
||||||
ignore_tags = ""
|
ignore_tags = ""
|
||||||
date_order = true
|
date_order = true
|
||||||
sort_commits = "newest"
|
sort_commits = "newest"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "discord.js",
|
"name": "discord.js",
|
||||||
"version": "13.10.3",
|
"version": "13.11.0",
|
||||||
"description": "A powerful library for interacting with the Discord API",
|
"description": "A powerful library for interacting with the Discord API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run lint && npm run docs:test && npm run lint:typings && npm run test:typescript",
|
"test": "npm run lint && npm run docs:test && npm run lint:typings && npm run test:typescript",
|
||||||
|
|||||||
Reference in New Issue
Block a user