From a88bd30d50810f480c70828d2025d8334f13c4d6 Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Tue, 8 Feb 2022 15:36:02 +0000 Subject: [PATCH] Add v7.17.2 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a86c7a2ba4bd..28407d5a0ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,14 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.17.2 (2022-02-08) + +#### :bug: Bug Fix +* `babel-helpers`, `babel-plugin-proposal-decorators` + * [#14244](https://github.com/babel/babel/pull/14244) Fix 2021-12 decorators application order ([@JLHwung](https://github.com/JLHwung)) +* `babel-core` + * [#14241](https://github.com/babel/babel/pull/14241) Fix reinstantiation of inherited plugins ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) + * [#14246](https://github.com/babel/babel/pull/14246) Merge multi-source output sourcemaps ([@jridgewell](https://github.com/jridgewell)) ## v7.17.1 (2022-02-03) #### :bug: Bug Fix