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",