Fix and update changelog for v1.3.3 [skip ci]

This commit is contained in:
Brian Ng 2017-04-07 16:29:41 -05:00
parent 3c8eeec515
commit d7c18cf9fa

View File

@ -1,6 +1,6 @@
# Changelog
## v1.3.1 (2017-04-07)
## v1.3.3 (2017-04-07)
### :bug: Bug Fix
@ -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)
@ -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