From 89e26a0528cf557bac53c28b1a5918c2f9089681 Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Thu, 3 Feb 2022 17:38:15 +0000 Subject: [PATCH] Add v7.17.1 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b37ea9f0f874..a86c7a2ba4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.17.1 (2022-02-03) + +#### :bug: Bug Fix +* `babel-helper-create-class-features-plugin` + * [#14231](https://github.com/babel/babel/pull/14231) Restore class fields transform compat with old `@babel/types` ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ## v7.17.0 (2022-02-02) #### :rocket: New Feature