From a32ce97322125f7985a66b456d910210a6bac8df Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Thu, 2 Nov 2017 15:50:30 +0000 Subject: [PATCH] bump v4.3.4 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41669ca85..e9b8e2da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,10 +18,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed - none yet -## [v4.3.0] - 2017-10-31 +## [v4.3.4] - 2017-11-2 + +### Fixed + +- Drawer can be opened on mobile +- Languages are working again + +## [v4.3.3] - 2017-10-31 ### Added - API to set content of the Bar (setBar{Right,Left,Center} and ) +v4.3.0, v4.3.2, v4.3.3 are only there because of build problems on Travis. + ### Removed - none yet diff --git a/package.json b/package.json index a9ce378e7..425d1444a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-bar", - "version": "4.3.3", + "version": "4.3.4", "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/)",