aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-05-16 20:18:51 -0400
committerMax Isom <[email protected]>2022-05-16 20:18:51 -0400
commiteb07ac6d2275a5aa30754c3ed4bc4f5c89a0c72e (patch)
treee910c0ec4cd4f082f5afffdf88f2fd11bbcb235a
parent41e7e1d78f7d068c041110defd86d68bfaa2f242 (diff)
downloadmuse-eb07ac6d2275a5aa30754c3ed4bc4f5c89a0c72e.tar.xz
muse-eb07ac6d2275a5aa30754c3ed4bc4f5c89a0c72e.zip
Release 2.0.4
-rw-r--r--CHANGELOG.md5
-rw-r--r--package.json2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7c53f5..0d95b41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+
+## [2.0.4] - 2022-05-16
### Fixed
- Bad import
@@ -171,7 +173,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.0.3...HEAD
+[unreleased]: https://github.com/codetheweb/muse/compare/v2.0.4...HEAD
+[2.0.4]: https://github.com/codetheweb/muse/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/codetheweb/muse/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/codetheweb/muse/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/codetheweb/muse/compare/v2.0.0...v2.0.1
diff --git a/package.json b/package.json
index 925ad47..34e1708 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "muse",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
"repository": "[email protected]:codetheweb/muse.git",
"author": "Max Isom <[email protected]>",