Changelog for 6.10.1.

This commit is contained in:
Logan Smyth 2016-06-11 00:41:07 -07:00
parent e64aeb7316
commit b05643c52f

View File

@ -13,10 +13,17 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
## 6.10.1 (2016-06-11)
#### Bug Fixes
* [#3525](https://github.com/babel/babel/pull/3525): Remove the nonfunctional -s shorthand for `--skip-initial-build` ([@lxe](https://github.com/lxe))
* [#3526](https://github.com/babel/babel/pull/3526): Fix an issue with the switch handing from PR #3490 ([@loganfsmyth](https://github.com/loganfsmyth))
## 6.10.0 (2016-06-11) ## 6.10.0 (2016-06-11)
#### New Feature #### New Feature
* `babel-cli`: Add a new option `--skip-initial-build, -s` ([#3489](https://github.com/babel/babel/pull/3489)) ([@lxe](https://github.com/lxe)) * `babel-cli`: Add a new option `--skip-initial-build` ([#3489](https://github.com/babel/babel/pull/3489)) ([@lxe](https://github.com/lxe))
- Do not compile files before watching - Do not compile files before watching