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",