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

This commit is contained in:
iCrawl
2022-07-29 10:55:59 +02:00
parent d0a4199760
commit 7321507559
4 changed files with 12 additions and 4 deletions

View File

@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
# [13.9.2](https://github.com/discordjs/discord.js/compare/13.9.1...13.9.2) - (2022-07-29)
## Bug Fixes
- **MessageMentions:** `ignoreRepliedUser` option in `has()` (v13) (#8365) ([d0a4199](https://github.com/discordjs/discord.js/commit/d0a4199760b4c7fe64f558d8d4d2302873f78b0e))
- **GuildChannelManager:** Allow unsetting rtcRegion (v13) (#8362) ([9612507](https://github.com/discordjs/discord.js/commit/96125079a23c87fe0fb3ee01a0de5a9889fc1057))
- **ThreadChannel:** Omit webhook fetching (v13) (#8352) ([4f7c1e3](https://github.com/discordjs/discord.js/commit/4f7c1e35c38bb9f1d524406c008ffceb2cfde3db))
# [13.9.1](https://github.com/discordjs/discord.js/compare/13.9.0...13.9.1) - (2022-07-23)
## Bug Fixes

View File

@@ -60,5 +60,5 @@ filter_commits = true
tag_pattern = "[0-9]*"
skip_tags = "v[0-9]*|11|12|@discordjs"
ignore_tags = ""
topo_order = false
date_order = true
sort_commits = "newest"

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "discord.js",
"version": "13.9.1",
"version": "13.9.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "discord.js",
"version": "13.9.1",
"version": "13.9.2",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/builders": "^0.16.0",

View File

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