From 5c0d2f603272add0164fb4dc0d880ae9d867f31b Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Mon, 29 Mar 2021 14:16:26 +0000 Subject: [PATCH] Add v7.13.14 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45848256b4..dc03c24a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,21 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.13.14 (2021-03-29) + +#### :bug: Bug Fix +* `babel-core` + * [#13068](https://github.com/babel/babel/pull/13068) fix(core): make sure "clone-deep-browser" code path is used on browsers ([@charlessuh](https://github.com/charlessuh)) + +#### :house: Internal +* Other + * [#13066](https://github.com/babel/babel/pull/13066) add SHOW_CONFIG_FOR to template ([@hzoo](https://github.com/hzoo)) +* `babel-cli`, `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-register`, `babel-types` + * [#13057](https://github.com/babel/babel/pull/13057) Remove lodash deps ([@hzoo](https://github.com/hzoo)) + +#### :running_woman: Performance +* `babel-core` + * [#13063](https://github.com/babel/babel/pull/13063) Only resolve `package.json` when relative configs are enabled ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ## v7.13.13 (2021-03-26) #### :eyeglasses: Spec Compliance