From c160c6618a484e49eeac7437e1b743812d68af61 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Sep 2023 07:23:57 +0000 Subject: [PATCH] chore(release): 1.57.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.57.0](https://github.com/openwhyd/openwhyd/compare/v1.56.8...v1.57.0) (2023-09-21) ### Features * **hot-tracks:** 🧹 remove computation of relative ranking trends ([#737](https://github.com/openwhyd/openwhyd/issues/737)) ([1eed523](https://github.com/openwhyd/openwhyd/commit/1eed523396ff5dc13d9e1f3c1023b59827ba3fc0)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c18abdd..58587333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.57.0](https://github.com/openwhyd/openwhyd/compare/v1.56.8...v1.57.0) (2023-09-21) + + +### Features + +* **hot-tracks:** 🧹 remove computation of relative ranking trends ([#737](https://github.com/openwhyd/openwhyd/issues/737)) ([1eed523](https://github.com/openwhyd/openwhyd/commit/1eed523396ff5dc13d9e1f3c1023b59827ba3fc0)) + ## [1.56.8](https://github.com/openwhyd/openwhyd/compare/v1.56.7...v1.56.8) (2023-09-20) diff --git a/package-lock.json b/package-lock.json index 1eb5420d..ae04ef66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openwhyd", - "version": "1.56.8", + "version": "1.57.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openwhyd", - "version": "1.56.8", + "version": "1.57.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 30cfd58d..d0ac99f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openwhyd", - "version": "1.56.8", + "version": "1.57.0", "description": "A web app for collecting, playing and sharing music from various streaming platforms: Youtube, Soundcloud, Bandcamp, Vimeo, Deezer...", "homepage": "https://openwhyd.org", "license": "MIT",