diff --git a/CHANGELOG.md b/CHANGELOG.md index a4eae0089..626b1b792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,8 @@ -# Change Log -All notable changes to this project will be documented in this file. +## v5.0.3 (2018-05-24) -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). - -## [Unreleased] - -### Fixed - -### Changed - -### Added +#### :bug: Bug Fix +* [#207](https://github.com/cozy/cozy-bar/pull/207) Temporary get back editor as name prefix. ([@CPatchane](https://github.com/CPatchane)) -### Removed ## [v5.0.2] (2018-05-23) diff --git a/package.json b/package.json index 25799d239..f29794b26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-bar", - "version": "5.0.2", + "version": "5.0.3", "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/)",