Skip to content

Commit 7321507

Browse files
committed
chore(discord.js): release discord.js@13.9.2
1 parent d0a4199 commit 7321507

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [13.9.2](https://github.com/discordjs/discord.js/compare/13.9.1...13.9.2) - (2022-07-29)
6+
7+
## Bug Fixes
8+
9+
- **MessageMentions:** `ignoreRepliedUser` option in `has()` (v13) (#8365) ([d0a4199](https://github.com/discordjs/discord.js/commit/d0a4199760b4c7fe64f558d8d4d2302873f78b0e))
10+
- **GuildChannelManager:** Allow unsetting rtcRegion (v13) (#8362) ([9612507](https://github.com/discordjs/discord.js/commit/96125079a23c87fe0fb3ee01a0de5a9889fc1057))
11+
- **ThreadChannel:** Omit webhook fetching (v13) (#8352) ([4f7c1e3](https://github.com/discordjs/discord.js/commit/4f7c1e35c38bb9f1d524406c008ffceb2cfde3db))
12+
513
# [13.9.1](https://github.com/discordjs/discord.js/compare/13.9.0...13.9.1) - (2022-07-23)
614

715
## Bug Fixes

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ filter_commits = true
6060
tag_pattern = "[0-9]*"
6161
skip_tags = "v[0-9]*|11|12|@discordjs"
6262
ignore_tags = ""
63-
topo_order = false
63+
date_order = true
6464
sort_commits = "newest"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord.js",
3-
"version": "13.9.1",
3+
"version": "13.9.2",
44
"description": "A powerful library for interacting with the Discord API",
55
"scripts": {
66
"test": "npm run lint && npm run docs:test && npm run lint:typings && npm run test:typescript",

0 commit comments

Comments
 (0)