Skip to content

Commit ae3b864

Browse files
committed
Add v7.19.1 to CHANGELOG.md [skip ci]
1 parent eb621ac commit ae3b864

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.19.1 (2022-09-14)
27+
28+
#### :bug: Bug Fix
29+
* `babel-core`
30+
* [#14930](https://github.com/babel/babel/pull/14930) Avoid fancy stack traces size computation ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
31+
* `babel-traverse`
32+
* [#14932](https://github.com/babel/babel/pull/14932) fix: isForAwaitStatement is broken ([@JLHwung](https://github.com/JLHwung))
33+
* Other
34+
* [#14872](https://github.com/babel/babel/pull/14872) Use the built-in class fields and private methods rules in ESLint 8 ([@JLHwung](https://github.com/JLHwung))
35+
* `babel-parser`
36+
* [#14920](https://github.com/babel/babel/pull/14920) [estree] attach comments after directives at the end of file ([@hegemonic](https://github.com/hegemonic))
37+
* [#14900](https://github.com/babel/babel/pull/14900) [ts] allow redeclaring a var/type with the same name as import ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
38+
* `babel-plugin-transform-typescript`
39+
* [#14913](https://github.com/babel/babel/pull/14913) fix: do not remove type import used in TS import= ([@JLHwung](https://github.com/JLHwung))
2640
## v7.19.0 (2022-09-05)
2741

2842
#### :eyeglasses: Spec Compliance

0 commit comments

Comments
 (0)