Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Release v6.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Mar 13, 2017
1 parent 9675e91 commit 96690ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v6.8.4 - Mon, 13 Mar 2017 16:35:32 GMT
--------------------------------------

- [1090c8f](../../commit/1090c8f) [changed] display relative file paths when logging errors
- [5802023](../../commit/5802023) [fixed] updated dependencies
- [7d08bf9](../../commit/7d08bf9) [fixed] renamed type `Iterable` -> `IterableCollection` in the lodash interface file to make it work with Flow >=0.38.0
- [8da6ce7](../../commit/8da6ce7) [fixed] switched from `no-invalid-this` and `semi` ESLint rules to the same rules in the `eslint-plugin-babel` package



v6.8.3 - Fri, 17 Feb 2017 16:41:37 GMT
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webcompiler",
"version": "6.8.3",
"version": "6.8.4",
"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": {
Expand Down

0 comments on commit 96690ef

Please sign in to comment.