We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5266605 commit 4f7b91bCopy full SHA for 4f7b91b
1 file changed
CHANGELOG.md
@@ -20,6 +20,13 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba
20
21
<!-- DO NOT CHANGE THESE COMMENTS - See .github/actions/trigger-github-release/update-changelog.js -->
22
<!-- insert-new-changelog-here -->
23
+## v7.16.12 (2022-01-22)
24
+
25
+#### :bug: Bug Fix
26
+* `babel-core`
27
+ * [#14192](https://github.com/babel/babel/pull/14192) Avoid dynamic import when it's not needed ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
28
+* `babel-parser`
29
+ * [#14194](https://github.com/babel/babel/pull/14194) fix: incorrect `in` parsing in arrow ConciseBody ([@JLHwung](https://github.com/JLHwung))
30
31
## v7.16.10 (2022-01-19)
32
0 commit comments