From 5d23122cd5b808e3b54208431de530a078471c5d Mon Sep 17 00:00:00 2001 From: Raphael Benitte Date: Wed, 6 Apr 2016 10:05:26 +0900 Subject: [PATCH] chore(version): bump version to 1.2.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39227759..8a3c4c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ > - [Polish] +## v1.2.0 (2016-04-06) + +* **New Feature** + * `mozaik.inspector`: [#74](https://github.com/plouc/mozaik-ext-travis/pull/74) Add Mozaïk Inspector widget. + * `Bus`: [#74](https://github.com/plouc/mozaik-ext-travis/pull/74) Add `clientCount()` method on Bus to return connected clients count. + +* **Bug Fix** + * `gulp`: [d5dc3ed](https://github.com/plouc/mozaik/commit/d5dc3edcff30d897ab9506646bf11daa9340bf73) Fix styles watcher. + +* **Internal** + * `Bus`: [ba4a24a](https://github.com/plouc/mozaik/commit/ba4a24ad94213bcdb89c3f7d3086a5b4900a6659) Move Mozaïk `Bus` to simple function. + * `npm`: [f64592a](https://github.com/plouc/mozaik/commit/f64592ae6d89c26f9c4a83eacfcf37f71b59921c) Enforce `npm@3` usage. + + ## v1.1.0 (2016-04-04) * **Internal** diff --git a/package.json b/package.json index 69fe5c6c..e0514a93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mozaik", - "version": "1.1.0", + "version": "1.2.0", "description": "Mozaik dashboard composition tool", "repository": { "type": "git",