From 5b3734ca559dccd37e0c9f53693a469b769ffdd6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Mar 2020 16:34:10 +0000 Subject: [PATCH] chore(release): 1.27.5 [skip ci] ## [1.27.5](https://github.com/openwhyd/openwhyd/compare/v1.27.4...v1.27.5) (2020-03-13) ### Bug Fixes * **#262:** announce improvements on home page ([#288](https://github.com/openwhyd/openwhyd/issues/288)) ([6eca49f](https://github.com/openwhyd/openwhyd/commit/6eca49f)), closes [#262](https://github.com/openwhyd/openwhyd/issues/262) [#262](https://github.com/openwhyd/openwhyd/issues/262) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc033402..8fbc7ae3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.27.5](https://github.com/openwhyd/openwhyd/compare/v1.27.4...v1.27.5) (2020-03-13) + + +### Bug Fixes + +* **#262:** announce improvements on home page ([#288](https://github.com/openwhyd/openwhyd/issues/288)) ([6eca49f](https://github.com/openwhyd/openwhyd/commit/6eca49f)), closes [#262](https://github.com/openwhyd/openwhyd/issues/262) [#262](https://github.com/openwhyd/openwhyd/issues/262) + ## [1.27.4](https://github.com/openwhyd/openwhyd/compare/v1.27.3...v1.27.4) (2020-03-13) diff --git a/package-lock.json b/package-lock.json index 36c1a0efc..ee15066cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "openwhyd", - "version": "1.27.4", + "version": "1.27.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3f34293d..c82c3b2a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openwhyd", - "version": "1.27.4", + "version": "1.27.5", "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",