diff options
| author | Max Isom <[email protected]> | 2022-08-26 21:14:23 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-08-26 21:14:23 -0500 |
| commit | deca4a8bdd1a431873d486706b640af627b3e20a (patch) | |
| tree | bb70eba8fd867c29534716b0f1cddacbddc55c69 | |
| parent | c2720ad17c37b05c1e1f90251f4fe08a124421fc (diff) | |
| download | muse-deca4a8bdd1a431873d486706b640af627b3e20a.tar.xz muse-deca4a8bdd1a431873d486706b640af627b3e20a.zip | |
Release 2.1.6
| -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 e4ee3b6..c68d5ef 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.6] - 2022-08-26 ### Changed - Now uses the `slim` variant of the official Node image to reduce image size by ~300 MB @@ -201,7 +203,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.1.5...HEAD +[unreleased]: https://github.com/codetheweb/muse/compare/v2.1.6...HEAD +[2.1.6]: https://github.com/codetheweb/muse/compare/v2.1.5...v2.1.6 [2.1.5]: https://github.com/codetheweb/muse/compare/v2.1.4...v2.1.5 [2.1.4]: https://github.com/codetheweb/muse/compare/v2.1.3...v2.1.4 [2.1.3]: https://github.com/codetheweb/muse/compare/v2.1.2...v2.1.3 diff --git a/package.json b/package.json index 55a64f6..f38b28a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.1.5", + "version": "2.1.6", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "[email protected]:codetheweb/muse.git", "author": "Max Isom <[email protected]>", |
