From feb78c7735e3e0969599ad6ae15d7ce97a26a98a Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Tue, 23 Feb 2021 01:20:04 +0000 Subject: [PATCH] Add v7.13.1 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f97fa4d313..e31a871414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,13 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.13.1 (2021-02-23) + +#### :bug: Bug Fix +* `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` + * [#12855](https://github.com/babel/babel/pull/12855) Rename `index.mjs` to `_index.mjs` in `@babel/runtime` ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) +* `babel-core` + * [#12852](https://github.com/babel/babel/pull/12852) Export function versions of `createConfigItem` ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ## v7.13.0 (2021-02-22) #### :rocket: New Feature