diff --git a/CHANGELOG.md b/CHANGELOG.md index 78169be..e16e8f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v3.5.3 - Thu, 04 Feb 2016 16:11:25 GMT +-------------------------------------- + +- [1dbe099](../../commit/1dbe099) [fixed] handle empty input in the `Markup` class; updated dependencies + + + v3.5.2 - Mon, 01 Feb 2016 12:52:50 GMT -------------------------------------- diff --git a/package.json b/package.json index 527577a..48d01d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webcompiler", - "version": "3.5.2", + "version": "3.5.3", "description": "Lint, type-check, compile, package and gzip JavaScript (ES6 + Flow static types + JSX), for the browser as well as NodeJS; lint, compile, auto-prefix, minify and gzip SASS.", "main": "lib/index.js", "engines": {