From de75d4f081cbec058fc6bfc3b175567c5358df89 Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Tue, 4 Aug 2020 22:13:36 +0000 Subject: [PATCH] Add v7.11.1 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dab279a33d87..54d82b94d36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,24 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.11.1 (2020-08-04) + +#### :bug: Bug Fix +* `babel-parser` + * [#11912](https://github.com/babel/babel/pull/11912) rescan gt/lt token after TsAsExpression is parsed ([@JLHwung](https://github.com/JLHwung)) +* `babel-core` + * [#11906](https://github.com/babel/babel/pull/11906) Do not cache non-existent config files forever ([@devongovett](https://github.com/devongovett)) +* `babel-plugin-transform-block-scoping`, `babel-standalone` + * [#11901](https://github.com/babel/babel/pull/11901) fix: ensure `[…map.keys]` can be correctly transformed in loose mode ([@JLHwung](https://github.com/JLHwung)) + +#### :memo: Documentation +* [#11900](https://github.com/babel/babel/pull/11900) docs: remove experimental warning on README ([@JLHwung](https://github.com/JLHwung)) + +#### :house: Internal +* `babel-parser` + * [#11871](https://github.com/babel/babel/pull/11871) Parser refactoring ([@JLHwung](https://github.com/JLHwung)) +* Other + * [#11899](https://github.com/babel/babel/pull/11899) Update `@babel/*` deps ([@JLHwung](https://github.com/JLHwung)) ## v7.11.0 (2020-07-30) #### :eyeglasses: Spec Compliance