Skip to content

Commit 112169c

Browse files
committed
Add v7.20.13 to CHANGELOG.md [skip ci]
1 parent 89f3888 commit 112169c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba
2323

2424
<!-- DO NOT CHANGE THESE COMMENTS - See .github/actions/trigger-github-release/update-changelog.js -->
2525
<!-- insert-new-changelog-here -->
26+
## v7.20.13 (2023-01-21)
27+
28+
#### :bug: Bug Fix
29+
* `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
30+
* [#15332](https://github.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@JLHwung](https://github.com/JLHwung))
31+
* `babel-plugin-transform-typescript`
32+
* [#15349](https://github.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
33+
* [#15344](https://github.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
34+
* `babel-parser`
35+
* [#15338](https://github.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@JLHwung](https://github.com/JLHwung))
36+
37+
#### :leftwards_arrow_with_hook: Revert
38+
* `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`
39+
* [#15355](https://github.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...</>" ([@JLHwung](https://github.com/JLHwung))
2640
## v7.20.12 (2023-01-04)
2741

2842
#### :bug: Bug Fix

0 commit comments

Comments
 (0)