From 6c703b598e1b3ba8e9201d92d8f03904c21d24bb Mon Sep 17 00:00:00 2001 From: Eugene Kuzmenko Date: Sun, 29 Jan 2017 21:57:14 +0100 Subject: [PATCH] Release v6.2.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f444f0..d1ce3d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +v6.2.0 - Sun, 29 Jan 2017 20:57:13 GMT +-------------------------------------- + +- [ebe1b12](../../commit/ebe1b12) [fixed] `logger.logError` is now truly cross platform and cross browser, with a cleaner stack trace +- [42d1413](../../commit/42d1413) [changed] `NativeProcess` converts `stderr` strings that look like the output of `Error.prototype.toString()` into actual error instances, preserving all of the underlying information +- [aae39ea](../../commit/aae39ea) [fixed] `NativeProcess` no longer converts the error object "toString()" in the process "error" event handler +- [6b6e2ff](../../commit/6b6e2ff) [changed] got rid of the "config" directory, moved its contents into the root directory, renamed the plugin to `commentsOnly`, as its only purpose is to replicate and enhance the standard plugin with the same name + + + v6.1.2 - Sun, 29 Jan 2017 16:14:20 GMT -------------------------------------- diff --git a/package.json b/package.json index 1214e72..b41b1ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webcompiler", - "version": "6.1.2", + "version": "6.2.0", "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": {