From 90ad7e9b263ec427dae55a1752df67f64368588a Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Fri, 27 Jan 2023 20:58:01 +0000 Subject: [PATCH] Add v7.20.14 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf3e5cffeac..ac6931b985fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,13 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.20.14 (2023-01-27) + +#### :bug: Bug Fix +* `babel-plugin-transform-block-scoping` + * [#15361](https://github.com/babel/babel/pull/15361) fix: Identifiers in the loop are not renamed ([@liuxingbaoyu](https://github.com/liuxingbaoyu)) +* `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-react-jsx`, `babel-traverse` + * [#15365](https://github.com/babel/babel/pull/15365) fix: Properly generate source maps for manually added multi-line content ([@liuxingbaoyu](https://github.com/liuxingbaoyu)) ## v7.20.13 (2023-01-21) #### :bug: Bug Fix