chore(discord.js): release discord.js@13.14.0 (#9227)

This commit is contained in:
space
2023-03-12 18:47:00 +01:00
committed by GitHub
parent af6a0e5d51
commit b9b037b886
2 changed files with 13 additions and 1 deletions

View File

@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
# [13.14.0](https://github.com/discordjs/discord.js/compare/13.13.1...13.14.0) - (2023-03-12)
## Bug Fixes
- **ThreadChannel:** Fetch starter message properly (#9217) ([af6a0e5](https://github.com/discordjs/discord.js/commit/af6a0e5d5136424e7c70dc9813456b7e85874087))
- **Actions:** Inject built data by using a symbol (#9204) ([df68520](https://github.com/discordjs/discord.js/commit/df685203193faeaa392c4cb7cd9e140a241e3af5))
## Features
- Add support for gif stickers (v13) (#9158) ([4bc25c4](https://github.com/discordjs/discord.js/commit/4bc25c40f56f79e4aef970d9b689c4329e968382))
- V13 support `SUPPRESS_NOTIFICATIONS` flag (#9184) ([120270e](https://github.com/discordjs/discord.js/commit/120270e8dc793f2ff2622d394fcd965ee0656636))
# [13.13.1](https://github.com/discordjs/discord.js/compare/13.13.0...13.13.1) - (2023-02-21)
## Bug Fixes

View File

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