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