Skip to content

Commit d6e4d14

Browse files
committed
chore(discord.js): release discord.js@14.1.2
1 parent 480c85c commit d6e4d14

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/discord.js/CHANGELOG.md

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

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

5+
# [14.1.2](https://github.com/discordjs/discord.js/compare/14.1.1...14.1.2) - (2022-07-30)
6+
7+
## Bug Fixes
8+
9+
- **errors:** Error codes (#8398) ([480c85c](https://github.com/discordjs/discord.js/commit/480c85c9c3d129204b3399ed726a4e570e0b2852))
10+
11+
## Documentation
12+
13+
- **Embed:** Ensure height and width are numbers (#8396) ([fca3dad](https://github.com/discordjs/discord.js/commit/fca3dada2a565eecfc7e5275cc9317df1d261871))
14+
515
# [14.1.0](https://github.com/discordjs/discord.js/compare/14.0.3...14.1.0) - (2022-07-29)
616

717
## Bug Fixes

packages/discord.js/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": "14.1.1",
3+
"version": "14.1.2",
44
"description": "A powerful library for interacting with the Discord API",
55
"scripts": {
66
"test": "yarn docs:test && yarn test:typescript",

0 commit comments

Comments
 (0)