diff --git a/CHANGELOG.md b/CHANGELOG.md index e453f96..f299d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v3.5.1 - Mon, 01 Feb 2016 09:56:53 GMT +-------------------------------------- + +- [2071e3a](../../commit/2071e3a) [fixed] Markup class definition in the webcompiler.js interface file + + + v3.5.0 - Sat, 30 Jan 2016 23:30:18 GMT -------------------------------------- diff --git a/package.json b/package.json index 6d3e330..e9460c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webcompiler", - "version": "3.5.0", + "version": "3.5.1", "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": {