From 304f316e60b29995f748cf9479e5b6b0741fa819 Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Tue, 20 Apr 2021 23:19:47 +0000 Subject: [PATCH] Add v7.13.17 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b02b8271..a4696eed96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,17 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.13.17 (2021-04-20) + +#### :bug: Bug Fix +* `babel-helpers`, `babel-plugin-transform-modules-commonjs` + * [#13185](https://github.com/babel/babel/pull/13185) Fix undeclared variable in `iterableToArrayLimit` ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) +* `babel-plugin-proposal-do-expressions`, `babel-traverse` + * [#13084](https://github.com/babel/babel/pull/13084) Fix completion record for labeled statement ([@addaleax](https://github.com/addaleax)) +* `babel-plugin-transform-destructuring` + * [#13173](https://github.com/babel/babel/pull/13173) fix(destructuring): preserve loc of original declaration in output ([@motiz88](https://github.com/motiz88)) +* `babel-types` + * [#13178](https://github.com/babel/babel/pull/13178) fix: clone comments in cloneNode ([@gzzhanghao](https://github.com/gzzhanghao)) ## v7.13.16 (2021-04-20) #### :eyeglasses: Spec Compliance