Skip to content

Commit 6870e7f

Browse files
committed
Add v7.16.8 to CHANGELOG.md [skip ci]
1 parent bc0d1ef commit 6870e7f

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,31 @@ 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.8 (2022-01-10)
24+
25+
#### :bug: Bug Fix
26+
* `babel-generator`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-parameters`
27+
* [#14113](https://github.com/babel/babel/pull/14113) Print trailing comma after a single TS generic in arrow fns ([@ozanhonamlioglu](https://github.com/ozanhonamlioglu))
28+
* `babel-traverse`
29+
* [#14105](https://github.com/babel/babel/pull/14105) fix: forward stop signal to parent path ([@JLHwung](https://github.com/JLHwung))
30+
* `babel-register`
31+
* [#14107](https://github.com/babel/babel/pull/14107) Don't mutate `@babel/register` options ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
32+
* `babel-plugin-transform-modules-commonjs`
33+
* [#14097](https://github.com/babel/babel/pull/14097) Register binding for newly created vars for commonjs transforms ([@The-x-Theorist](https://github.com/The-x-Theorist))
34+
* `babel-plugin-transform-typescript`
35+
* [#14093](https://github.com/babel/babel/pull/14093) Fix TypeScript Enum self-references ([@magic-akari](https://github.com/magic-akari))
36+
37+
#### :nail_care: Polish
38+
* `babel-generator`
39+
* [#14094](https://github.com/babel/babel/pull/14094) Always print directives with double quotes when minified ([@overlookmotel](https://github.com/overlookmotel))
40+
41+
#### :house: Internal
42+
* `babel-helper-fixtures`, `babel-plugin-proposal-record-and-tuple`, `babel-preset-env`
43+
* [#14118](https://github.com/babel/babel/pull/14118) Always use the plugin/preset name in fixtures options ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
44+
45+
#### :microscope: Output optimization
46+
* `babel-helper-remap-async-to-generator`, `babel-helper-wrap-function`, `babel-plugin-transform-async-to-generator`
47+
* [#14122](https://github.com/babel/babel/pull/14122) Optimize `transform-async-to-generator` output ([@magic-akari](https://github.com/magic-akari))
2348
## v7.16.7 (2021-12-31)
2449

2550
#### :eyeglasses: Spec Compliance

0 commit comments

Comments
 (0)