From 323e58c53d51c19755e6e7817c73bc6a80b80146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Rougeron?= Date: Wed, 31 Jan 2018 09:55:11 +0100 Subject: [PATCH] chore: release v4.8.7 :rocket: --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fca38d41e..ab1489708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed +## [v4.8.7] - 2018-01-31 + +### Fixed +- ESC should hide the suggestion list in the search bar + ## [v4.8.6] - 2018-01-30 ### Changed diff --git a/package.json b/package.json index 37ad8f8da..9bc1a318d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-bar", - "version": "4.8.6", + "version": "4.8.7", "description": "cozy-bar.js library, a small lib provided by cozy-stack to inject the Cozy-bar component into each app", "main": "dist/cozy-bar.js", "author": "Cozy Cloud (https://cozy.io/)",