Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit ae9010b

Browse files
committed
chore(Release): 1.6.0
1 parent 650baec commit ae9010b

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

.gitignore

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,4 @@ node_modules
1010
package-lock.json
1111
test.js
1212
dist
13-
.env
14-
15-
# yarn
16-
.yarn/*
17-
!.yarn/patches
18-
!.yarn/plugins
19-
!.yarn/releases
20-
!.yarn/sdks
21-
!.yarn/versions
13+
.env

bun.lockb

-6.84 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@distube/spotify",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"author": "Skick",
55
"repository": {
66
"type": "git",
@@ -14,21 +14,16 @@
1414
"undici": "^6.9.0"
1515
},
1616
"devDependencies": {
17-
"@commitlint/cli": "^19.2.0",
17+
"@commitlint/cli": "^19.2.1",
1818
"@commitlint/config-conventional": "^19.1.0",
1919
"@discordjs/voice": "^0.16.1",
2020
"@jest/globals": "^29.7.0",
2121
"@types/spotify-web-api-node": "^5.0.11",
22-
"@typescript-eslint/eslint-plugin": "^7.2.0",
23-
"@typescript-eslint/parser": "^7.2.0",
24-
"commitlint": "^19.2.0",
22+
"commitlint": "^19.2.1",
2523
"discord.js": "^14.14.1",
2624
"distube": "^4.1.1",
2725
"eslint": "^8.57.0",
28-
"eslint-config-distube": "^1.6.4",
29-
"eslint-config-prettier": "^9.1.0",
30-
"eslint-plugin-deprecation": "^2.0.0",
31-
"eslint-plugin-jsdoc": "^48.2.1",
26+
"eslint-config-distube": "^1.7.0",
3227
"husky": "^9.0.11",
3328
"jest": "^29.7.0",
3429
"nano-staged": "^0.8.0",

0 commit comments

Comments
 (0)