From ced1172891f4f07d34342534a82bc85af53f9425 Mon Sep 17 00:00:00 2001 From: Eugene Kuzmenko Date: Wed, 10 Feb 2016 23:57:36 +0200 Subject: [PATCH] Release v3.6.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51015c7..deda1be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +v3.6.1 - Wed, 10 Feb 2016 21:57:35 GMT +-------------------------------------- + +- [50ac89a](../../commit/50ac89a) [fixed] `Markup` - trim the input and output where necessary +- [9ce8f3e](../../commit/9ce8f3e) [fixed] minor documentation updates; updates to the lodash interface file +- [f9346b1](../../commit/f9346b1) [fixed] updated dependencies + + + v3.6.0 - Thu, 04 Feb 2016 22:54:55 GMT -------------------------------------- diff --git a/package.json b/package.json index d055601..5ab82a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webcompiler", - "version": "3.6.0", + "version": "3.6.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": {