From 00ef7643d7a726554fcdbda67fd7a2f871ceb8c0 Mon Sep 17 00:00:00 2001 From: Yannick Lohse <contact@yannick-lohse.fr> Date: Thu, 8 Mar 2018 16:43:53 +0100 Subject: [PATCH] chore: release v4.9.0 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f18dd30..637b5965f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed +## [v4.9.0] - 2018-03-08 + +### Changed + +- Enable search bar by default + +### Fixed + +- Race conditions in search results + ## [v4.8.9] - 2018-02-27 ### Fixed @@ -337,7 +347,8 @@ v4.3.0, v4.3.2, v4.3.3 are only there because of build problems on Travis. - Support link href -[Unreleased]: https://github.com/cozy/cozy-bar/compare/v4.8.9...HEAD +[Unreleased]: https://github.com/cozy/cozy-bar/compare/v4.9.0...HEAD +[v4.9.0]: https://github.com/cozy/cozy-bar/compare/v4.8.9...v4.9.0 [v4.8.9]: https://github.com/cozy/cozy-bar/compare/v4.8.8...v4.8.9 [v4.8.8]: https://github.com/cozy/cozy-bar/compare/v4.8.7...v4.8.8 [v4.8.7]: https://github.com/cozy/cozy-bar/compare/v4.8.6...v4.8.7 diff --git a/package.json b/package.json index 988ed96ee..e28748b53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-bar", - "version": "4.8.9", + "version": "4.9.0", "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 <contact@cozycloud.cc> (https://cozy.io/)",