chore(release): version

This commit is contained in:
iCrawl
2021-12-29 11:27:07 +01:00
parent 22cadaf40f
commit 2f6f365098
3 changed files with 22 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "discord.js",
"version": "13.5.0-dev",
"version": "13.5.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",
@@ -13,7 +13,7 @@
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source src --custom docs/index.yml",
"prepublishOnly": "npm run test",
"changelog": "git cliff --prepend CHANGELOG.md"
"changelog": "git cliff --prepend CHANGELOG.md -l"
},
"main": "./src/index.js",
"types": "./typings/index.d.ts",