chore(release): version

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

4
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "discord.js", "name": "discord.js",
"version": "13.5.0-dev", "version": "13.5.0",
"description": "A powerful library for interacting with the Discord API", "description": "A powerful library for interacting with the Discord API",
"scripts": { "scripts": {
"test": "npm run lint && npm run docs:test && npm run lint:typings && npm run test:typescript", "test": "npm run lint && npm run docs:test && npm run lint:typings && npm run test:typescript",