Release 2.8.1

This commit is contained in:
Max Isom 2024-04-28 16:12:05 -07:00
parent e0dfd8c9fd
commit cc1f18bc19
2 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "muse",
"version": "2.8.0",
"version": "2.8.1",
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
"repository": "git@github.com:codetheweb/muse.git",
"author": "Max Isom <hi@maxisom.me>",
@ -64,7 +64,9 @@
"parserOptions": {
"project": "./tsconfig.json"
},
"plugins": ["import"],
"plugins": [
"import"
],
"rules": {
"new-cap": "off",
"@typescript-eslint/no-unused-vars": "off",