diff options
| author | Max Isom <[email protected]> | 2022-05-15 14:55:53 -0400 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-05-15 14:55:53 -0400 |
| commit | e5c2d33eb4d5b628363009063d12d9bdf555207d (patch) | |
| tree | 168c071e8b9f7b463ac0b9d522c377cf3793ffca | |
| parent | cb11398e7f9c1ea1aae8b58b4c650c527f8ec58a (diff) | |
| download | muse-e5c2d33eb4d5b628363009063d12d9bdf555207d.tar.xz muse-e5c2d33eb4d5b628363009063d12d9bdf555207d.zip | |
Release 2.0.3
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9749234..0bcf06f 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.3] - 2022-05-15 ### Changed - Bumped dependencies - Add tini to Docker image to reap zombie processes @@ -167,7 +169,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.2...HEAD +[unreleased]: https://github.com/codetheweb/muse/compare/v2.0.3...HEAD +[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 [2.0.0]: https://github.com/codetheweb/muse/compare/v1.9.0...v2.0.0 diff --git a/package.json b/package.json index c1c14b7..925ad47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.0.2", + "version": "2.0.3", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "[email protected]:codetheweb/muse.git", "author": "Max Isom <[email protected]>", |
