diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd8113..054a6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.9.5] - 2024-10-29 +- Dependency update +- Pull request #1040 merged (Used incorrect PR number, apoligies) + ## [2.9.4] - 2024-08-28 ### Added @@ -344,7 +348,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.9.4...HEAD +[unreleased]: https://github.com/museofficial/muse/compare/v2.9.5...HEAD +[2.9.5]: https://github.com/museofficial/muse/compare/v2.9.4...v2.9.5 [2.9.4]: https://github.com/codetheweb/muse/compare/v2.9.3...v2.9.4 [2.9.3]: https://github.com/codetheweb/muse/compare/v2.9.2...v2.9.3 [2.9.2]: https://github.com/codetheweb/muse/compare/v2.9.1...v2.9.2 diff --git a/package.json b/package.json index 7526d13..9b3d7ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muse", - "version": "2.9.4", + "version": "2.9.5", "description": "🎧 a self-hosted Discord music bot that doesn't suck ", "repository": "git@github.com:museofficial/muse.git", "author": "Max Isom ", @@ -106,7 +106,7 @@ "got": "^12.0.2", "hasha": "^5.2.2", "inversify": "^6.0.1", - "iso8601-duration": "^1.3.0", + "iso8601-duration": "^2.1.2", "libsodium-wrappers": "^0.7.9", "make-dir": "^3.1.0", "node-emoji": "^1.10.0", diff --git a/yarn.lock b/yarn.lock index 8a9cb99..5bc9c79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3149,10 +3149,10 @@ isexe@^2.0.0: resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= -iso8601-duration@^1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/iso8601-duration/-/iso8601-duration-1.3.0.tgz" - integrity sha512-K4CiUBzo3YeWk76FuET/dQPH03WE04R94feo5TSKQCXpoXQt9E4yx2CnY737QZnSAI3PI4WlKo/zfqizGx52QQ== +iso8601-duration@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/iso8601-duration/-/iso8601-duration-2.1.2.tgz#b13f14068fe5890c91b91e1f74e474a49f355028" + integrity sha512-yXteYUiKv6x8seaDzyBwnZtPpmx766KfvQuaVNyPifYOjmPdOo3ajd4phDNa7Y5mTQGnXsNEcXFtVun1FjYXxQ== iterate-iterator@^1.0.1: version "1.0.2" @@ -4972,7 +4972,7 @@ tslib@^2.6.2: version "2.8.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b" integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA== - + tsutils@^3.21.0: version "3.21.0" resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz"