Skip to content

Commit ddd93b9

Browse files
committed
Add v7.16.7 to CHANGELOG.md [skip ci]
1 parent 23e8840 commit ddd93b9

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

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

2121
<!-- DO NOT CHANGE THESE COMMENTS - See .github/actions/trigger-github-release/update-changelog.js -->
2222
<!-- insert-new-changelog-here -->
23+
## v7.16.7 (2021-12-31)
24+
25+
#### :eyeglasses: Spec Compliance
26+
* `babel-parser`
27+
* [#14049](https://github.com/babel/babel/pull/14049) fix: check preceding line break before exclamation ([@JLHwung](https://github.com/JLHwung))
28+
29+
#### :bug: Bug Fix
30+
* `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
31+
* [#14081](https://github.com/babel/babel/pull/14081) Import the correct `./typeof.js` helper in `@babel/runtime` ([@exb](https://github.com/exb))
32+
* `babel-helpers`
33+
* [#14072](https://github.com/babel/babel/pull/14072) Fix derived classes in Chrome <= 36 ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
34+
* `babel-helper-function-name`, `babel-plugin-transform-function-name`
35+
* [#14047](https://github.com/babel/babel/pull/14047) Fix unicode handling in generated function names ([@The-x-Theorist](https://github.com/The-x-Theorist))
36+
37+
#### :nail_care: Polish
38+
* `babel-core`
39+
* [#14067](https://github.com/babel/babel/pull/14067) Allow `$schema` property in json config files ([@The-x-Theorist](https://github.com/The-x-Theorist))
2340
## v7.16.6 (2021-12-14)
2441

2542
#### :bug: Bug Fix

0 commit comments

Comments
 (0)