diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eecb55589..3382abc8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.9.1 (2020-03-20) + +#### :bug: Bug Fix +* `babel-plugin-transform-react-jsx`, `babel-preset-react` + * [#11295](https://github.com/babel/babel/pull/11295) Consider jsxFrag as set when it's set to the default value ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ## v7.9.0 (2020-03-20) #### :rocket: New Feature