From a8e5fc15408dc71c852c11759b3d9d4bc9395c0d Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Thu, 3 Sep 2020 15:55:50 +0000 Subject: [PATCH] Add v7.11.6 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 585a765f33..8a11994069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,17 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.11.6 (2020-09-03) + +#### :house: Internal +* [#12028](https://github.com/babel/babel/pull/12028) Run prepublish build after versioning ([@JLHwung](https://github.com/JLHwung)) +* [#12023](https://github.com/babel/babel/pull/12023) Yarn 2.2.2 ([@JLHwung](https://github.com/JLHwung)) + +#### :leftwards_arrow_with_hook: Revert +* Other + * [#12031](https://github.com/babel/babel/pull/12031) Revert "Update Yarn to 2.2.2 (#12023)" ([@JLHwung](https://github.com/JLHwung)) +* `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` + * [#12027](https://github.com/babel/babel/pull/12027) Revert #12014 ([@JLHwung](https://github.com/JLHwung)) ## v7.11.5 (2020-08-31) #### :bug: Bug Fix