From 9798fedd8f0725b2e915abf2e1777abb0efbbf81 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sat, 25 Jun 2022 19:21:33 -0500 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 5 ++++- 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": "git@github.com:codetheweb/muse.git", "author": "Max Isom ",