Skip to content

Commit 622c77b

Browse files
committed
chore(discord.js): release discord.js@13.9.1
1 parent be35db2 commit 622c77b

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

CHANGELOG.md

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

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

5+
# [13.9.1](https://github.com/discordjs/discord.js/compare/13.9.0...13.9.1) - (2022-07-23)
6+
7+
## Bug Fixes
8+
9+
- **ApplicationCommandManager:** Allow passing 0n to defaultMemberPermissions (v13) (#8312) ([4cf0555](https://github.com/discordjs/discord.js/commit/4cf05559a2cc6c4dfc409f8aab60256e5b030bca))
10+
11+
## Refactor
12+
13+
- **embed:** Deprecate addField (#8318) ([be35db2](https://github.com/discordjs/discord.js/commit/be35db2410c24fcca8b28ddfb3c1c580e7e2a22f))
14+
- **Presence:** Remove redundant date parsing (v13) (#8341) ([e95caa7](https://github.com/discordjs/discord.js/commit/e95caa7e4515beab627b5394d011a6b6a8ae6a18))
15+
516
# [13.9.0](https://github.com/discordjs/discord.js/compare/13.8.1...13.9.0) - (2022-07-17)
617

718
## Bug Fixes

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord.js",
3-
"version": "13.9.0",
3+
"version": "13.9.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",
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@discordjs/builders": "^0.16.0",
5555
"@discordjs/collection": "^0.7.0",
56-
"@sapphire/async-queue": "^1.3.1",
56+
"@sapphire/async-queue": "^1.3.2",
5757
"@types/node-fetch": "^2.6.2",
5858
"@types/ws": "^8.5.3",
5959
"discord-api-types": "^0.33.3",

0 commit comments

Comments
 (0)