aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-09-19 21:48:19 -0700
committerMax Isom <[email protected]>2022-09-19 21:48:19 -0700
commitabdae1a6449d0e3911b45c0dfde3f4b184c17ae0 (patch)
tree952cc91e14574453c24dcae22a2a12675d73ae61
parent248a39e4eeae49e18ecaa3a8d1458d80ced20525 (diff)
downloadmuse-abdae1a6449d0e3911b45c0dfde3f4b184c17ae0.tar.xz
muse-abdae1a6449d0e3911b45c0dfde3f4b184c17ae0.zip
Release 2.1.7
-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 306efc1..a57c1bf 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.7] - 2022-09-19
### Fixed
- Bumped ytdl-core
@@ -205,7 +207,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.6...HEAD
+[unreleased]: https://github.com/codetheweb/muse/compare/v2.1.7...HEAD
+[2.1.7]: https://github.com/codetheweb/muse/compare/v2.1.6...v2.1.7
[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
diff --git a/package.json b/package.json
index 95c6ff4..c61f5a0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "muse",
- "version": "2.1.6",
+ "version": "2.1.7",
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
"repository": "[email protected]:codetheweb/muse.git",
"author": "Max Isom <[email protected]>",