From fee8bb84a2f9c423bf58249dfc04c89882ffc316 Mon Sep 17 00:00:00 2001 From: Raphael Benitte Date: Thu, 7 Apr 2016 10:20:50 +0900 Subject: [PATCH] chore(version): bump version to 1.3.0 --- CHANGELOG.md | 9 +++++++++ package.json | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da3c632f..1aaa4a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ > - [Polish] +## v1.3.0 (2016-04-07) + +* **New Feature** + * `Bus`: [#76](https://github.com/plouc/mozaik/pull/76) Add ability to define 'push' apis. + +* **Bug Fix** + * `gulp`: [39a2667](https://github.com/plouc/mozaik/commit/39a2667cf53ae448eaf859364a984a263e7d9c13) Fix inspector component uptime formatting + + ## v1.2.1 (2016-04-06) * **New Feature** diff --git a/package.json b/package.json index 922e07f1..bc7c549f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mozaik", - "version": "1.2.1", + "version": "1.3.0", "description": "Mozaik dashboard composition tool", "repository": { "type": "git", @@ -24,6 +24,9 @@ "main": "src/Mozaik.js", "keywords": [ "mozaik", + "realtime", + "websockets", + "components", "widget", "extension", "dashboard",