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

Commit

Permalink
chore(Release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skick1234 committed Mar 20, 2024
1 parent 650baec commit ae9010b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,4 @@ node_modules
package-lock.json
test.js
dist
.env

# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.env
Binary file modified bun.lockb
Binary file not shown.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@distube/spotify",
"version": "1.5.2",
"version": "1.6.0",
"author": "Skick",
"repository": {
"type": "git",
Expand All @@ -14,21 +14,16 @@
"undici": "^6.9.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@discordjs/voice": "^0.16.1",
"@jest/globals": "^29.7.0",
"@types/spotify-web-api-node": "^5.0.11",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"commitlint": "^19.2.0",
"commitlint": "^19.2.1",
"discord.js": "^14.14.1",
"distube": "^4.1.1",
"eslint": "^8.57.0",
"eslint-config-distube": "^1.6.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-config-distube": "^1.7.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"nano-staged": "^0.8.0",
Expand Down

0 comments on commit ae9010b

Please sign in to comment.