From cefdd4b8ece381395ff99af658c8bcb9ac51faec Mon Sep 17 00:00:00 2001 From: Raphael Benitte Date: Sat, 2 Apr 2016 09:25:59 +0900 Subject: [PATCH] chore(v1.0.13): bump version to v1.0.13 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ce61af..255943b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ > - [Internal] > - [Polish] +## v1.0.13 (2016-04-02) + +* **New Feature** + * `Dashboard`: [#70](https://github.com/plouc/mozaik/pull/70) Add optional title to dashboard. + +* **Bug Fix** + * `build`: [#69](https://github.com/plouc/mozaik/pull/69) Update watchify to prevent segment fault errors. + * `websockets`: [#68](https://github.com/plouc/mozaik/pull/68) Fixing unexpected end of input console error. + ## v1.0.12 (2016-03-23) * **Bug Fix** diff --git a/package.json b/package.json index e37737ea..ef113a38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mozaik", - "version": "1.0.12", + "version": "1.0.13", "description": "Mozaik dashboard composition tool", "repository": { "type": "git",