From a95bcf5cf397e52a5a5dfae059f76d8425bb5d6f Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Tue, 23 Feb 2021 02:11:36 +0000 Subject: [PATCH] Add v7.13.2 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e31a871414..9c307b1ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.13.2 (2021-02-23) + +#### :bug: Bug Fix +* `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime` + * [#12858](https://github.com/babel/babel/pull/12858) Correctly update `module.exports.default` of `typeof` helper ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ## v7.13.1 (2021-02-23) #### :bug: Bug Fix