diff --git a/CHANGELOG.md b/CHANGELOG.md index 3669d819a..1da21209e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). - -## [Unreleased] - XXXX-XX-XX -### Changed -- none yet +## [v4.5.1] - 2017-11-22 ### Fixed -- none yet - -### Added -- none yet - -### Removed -- none yet - +- Bar elements position on mobile :ambulance: ## [v4.5.0] - 2017-11-21 diff --git a/package.json b/package.json index 76abb569a..e05cc2d96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-bar", - "version": "4.5.0", + "version": "4.5.1", "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/)",