Skip to content

Commit 9ce7e5e

Browse files
committed
chore(discord.js): release discord.js@13.10.1
1 parent 2a46d9f commit 9ce7e5e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
# [13.10.1](https://github.com/discordjs/discord.js/compare/13.10.0...13.10.1) - (2022-08-10)
6+
7+
## Bug Fixes
8+
9+
- **ThreadChannel:** Handle possibly `null` parent (v13) (#8467) ([2a46d9f](https://github.com/discordjs/discord.js/commit/2a46d9f58e4714c8580218a3459992bbfec2bcf7))
10+
511
# [13.10.0](https://github.com/discordjs/discord.js/compare/13.9.2...13.10.0) - (2022-08-08)
612

713
## Features

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.10.0",
3+
"version": "13.10.1",
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)