Skip to content

Commit

Permalink
Remove accidental <b> tag from changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 1, 2022
1 parent cfc4532 commit 9ad669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -186,7 +186,7 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba
* `babel-plugin-transform-typescript`
* [#14890](https://github.com/babel/babel/pull/14890) fix: TS plugin shouldn't remove `#privateField!` ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
* `babel-parser`
* [#14819](https://github.com/babel/babel/pull/14819) fix: parse a<b>>>c as a<(b>>>c) ([@JLHwung](https://github.com/JLHwung))
* [#14819](https://github.com/babel/babel/pull/14819) fix: parse a&lt;b>>>c as a<(b>>>c) ([@JLHwung](https://github.com/JLHwung))
* `babel-helper-builder-react-jsx`
* [#14886](https://github.com/babel/babel/pull/14886) Fix helper-builder-react-jsx compat with Babel 7.9 ([@JLHwung](https://github.com/JLHwung))

Expand Down

0 comments on commit 9ad669f

Please sign in to comment.