Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Feb 15, 2017
1 parent fdf0184 commit b9b38e4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog

## v6.3.1

### πŸ› Bug Fix

- The new `forceEnv` options wasn't working as expected (#379) @chrisvasz

## v6.3.0

### πŸš€ New Feature

- Add new config option `forceEnv` (#368) @moimael

Allow to override BABEL_ENV/NODE_ENV at loader-level. Useful for isomorphic applications which have separate babel config for client and server.

### πŸ› Bug Fix

- Update loader-utils dependency to ^0.2.16 to fix compatibility with webpack 2 (#371) @leonaves

### πŸ’… Polish

- Improve FS caching to do less sync calls which improves performance slightly (#375) @akx

## v6.2.10

Support for webpack 2.2-rc has been added in this release
Expand Down

0 comments on commit b9b38e4

Please sign in to comment.