Skip to content

Commit

Permalink
Release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Apr 28, 2024
1 parent e0dfd8c commit cc1f18b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.1] - 2024-04-28

### Fixed

- Fixed import issue that broke Muse inside of Docker. Thanks @sonroyaalmerol!
Expand Down Expand Up @@ -306,7 +308,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[unreleased]: https://github.com/codetheweb/muse/compare/v2.8.0...HEAD
[unreleased]: https://github.com/codetheweb/muse/compare/v2.8.1...HEAD
[2.8.1]: https://github.com/codetheweb/muse/compare/v2.8.0...v2.8.1
[2.8.0]: https://github.com/codetheweb/muse/compare/v2.7.1...v2.8.0
[2.7.1]: https://github.com/codetheweb/muse/compare/v2.7.0...v2.7.1
[2.7.0]: https://github.com/codetheweb/muse/compare/v2.6.0...v2.7.0
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:codetheweb/muse.git",
"author": "Max Isom <[email protected]>",
Expand Down Expand Up @@ -64,7 +64,9 @@
"parserOptions": {
"project": "./tsconfig.json"
},
"plugins": ["import"],
"plugins": [
"import"
],
"rules": {
"new-cap": "off",
"@typescript-eslint/no-unused-vars": "off",
Expand Down

0 comments on commit cc1f18b

Please sign in to comment.