Add v7.8.2 to CHANGELOG.md [skip ci]

This commit is contained in:
Babel Bot 2020-01-12 22:50:23 +00:00
parent 61d01f1114
commit c7f7f9b8b5

View File

@ -19,6 +19,11 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba
<!-- DO NOT CHANGE THESE COMMENTS - See .github/actions/trigger-github-release/update-changelog.js --> <!-- DO NOT CHANGE THESE COMMENTS - See .github/actions/trigger-github-release/update-changelog.js -->
<!-- insert-new-changelog-here --> <!-- insert-new-changelog-here -->
## v7.8.2 (2020-01-12)
#### :bug: Bug Fix
* `babel-preset-env`
* [#10992](https://github.com/babel/babel/pull/10992) fix: `isPluginRequired` returns the opposite result in v7.8.0 ([@sodatea](https://github.com/sodatea))
## v7.8.1 (2020-01-12) ## v7.8.1 (2020-01-12)
#### :bug: Bug Fix #### :bug: Bug Fix