diff options
| author | Max Isom <[email protected]> | 2022-06-25 19:21:33 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-06-25 19:21:33 -0500 |
| commit | 9798fedd8f0725b2e915abf2e1777abb0efbbf81 (patch) | |
| tree | c8a5aa116ec9472ec3c7d409b94b4388075dbf04 | |
| parent | 6cdfefe174de4f6819815d3ec60a57b3ea9c9a01 (diff) | |
| download | muse-9798fedd8f0725b2e915abf2e1777abb0efbbf81.tar.xz muse-9798fedd8f0725b2e915abf2e1777abb0efbbf81.zip | |
Release 2.1.0
| -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 1e13119..d12e55d 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.1.0] - 2022-06-25 - `/loop` command that plays the current song on loop @@ -175,7 +177,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.4...HEAD +[unreleased]: https://github.com/codetheweb/muse/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/codetheweb/muse/compare/v2.0.4...v2.1.0 [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 diff --git a/package.json b/package.json index 34e1708..7ca16f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.0.4", + "version": "2.1.0", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "[email protected]:codetheweb/muse.git", "author": "Max Isom <[email protected]>", |
