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

This commit is contained in:
Babel Bot 2020-11-04 11:10:33 +00:00
parent 4a6fed1335
commit 12c6db6fae

View File

@ -19,6 +19,18 @@ 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 -->
<!-- insert-new-changelog-here -->
## v7.12.6 (2020-11-04)
#### :bug: Bug Fix
* `babel-node`
* [#12297](https://github.com/babel/babel/pull/12297) babel-node: support require flag in repl mode ([@markshlick](https://github.com/markshlick))
#### :house: Internal
* [#12304](https://github.com/babel/babel/pull/12304) Create a new "PR: Output optimization🔬" label ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
#### :leftwards_arrow_with_hook: Revert
* `babel-traverse`, `babel-types`
* [#12307](https://github.com/babel/babel/pull/12307) Revert "Mark `ThisExpression` and `Super` as `Purish`" ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
## v7.12.5 (2020-11-03)
#### :eyeglasses: Spec Compliance