From 8c3f3ec2c0ddbae7fd19bfe15ceb0502951048a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Rougeron?= Date: Tue, 17 Apr 2018 10:29:56 +0200 Subject: [PATCH] Release 4.10.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc9aed85..81ea922e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed +## [v4.10.2] - 2018-04-17 + +No changes, fixes the previous broken release. + ## [v4.10.1] - 2018-04-17 ### Fixed diff --git a/package.json b/package.json index 9871e4394..14f7a9502 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-bar", - "version": "4.10.1", + "version": "4.10.2", "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/)",