From 12c6db6fae54ea7ffe6481ffe7e610b8cf4146ae Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Wed, 4 Nov 2020 11:10:33 +0000 Subject: [PATCH] Add v7.12.6 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4996de7cfae9..a3d7cca31240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,18 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## 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