chore(release): version

This commit is contained in:
iCrawl
2022-01-07 23:57:17 +01:00
parent 2dabd82e26
commit ac8c122c2a
3 changed files with 13 additions and 3 deletions

View File

@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
# [13.5.1](https://github.com/discordjs/discord.js/compare/13.5.0...13.5.1) - (2022-01-07)
## Bug Fixes
- **sweepers:** Provide default for object param (#7182) ([2dabd82](https://github.com/discordjs/discord.js/commit/2dabd82e26134b5050f694f3a9f6524cd3d0c75c))
## Documentation
- **Sweepers:** Fix typo (#7165) ([780b7ed](https://github.com/discordjs/discord.js/commit/780b7ed39f173a77fd9eae396133980826926906))
# [13.5.0](https://github.com/discordjs/discord.js/compare/13.4.0...13.5.0) - (2021-12-29)
## Bug Fixes

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "discord.js",
"version": "14.0.0-dev",
"version": "13.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "discord.js",
"version": "14.0.0-dev",
"version": "13.5.1",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/builders": "^0.11.0",

View File

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