Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
Fix and update changelog for v1.3.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism committed Apr 7, 2017
1 parent 8701755 commit 801c6d4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## v1.3.1 (2017-04-07)
## v1.3.3 (2017-04-07)

### :bug: Bug Fix

Expand All @@ -11,6 +11,11 @@ allowed string versions. We added an exception for now, even though it is
inconsistent with other versions. Just as a note, the upcoming version 2.x will
allow _both_ number and string versions.

- Ensure const-check plugin order ([#257](https://github.com/babel/babel-preset-env/pull/257)) (@existentialism)

We now force the `const-es2015-check` plugin to run first (so that it can
correctly report issues before they get transpiled away).

### :rocket: New Feature

- Allow use `babel-plugin-` prefix for include and exclude ([#242](https://github.com/babel/babel-preset-env/pull/242)) (@yavorsky)
Expand All @@ -28,6 +33,14 @@ and prefix-less (`transform-es2015-spread`) plugin names.
- Add simple smoke-test ([#240](https://github.com/babel/babel-preset-env/pull/240)) (@existentialism)
- Add prepublish script (@existentialism)

## v1.3.2 (2017-03-30)

- Fixed an issue with a broken publish

## v1.3.1 (2017-03-30)

- Fixed a regression with missing files due to `.npmignore`.

## v1.3.0 (2017-03-30)

### :bug: Bug Fix
Expand Down

0 comments on commit 801c6d4

Please sign in to comment.