Add v7.12.8 to CHANGELOG.md [skip ci]

This commit is contained in:
Babel Bot 2020-11-23 22:30:27 +00:00
parent 16184887ab
commit 8ab668beee

View File

@ -19,6 +19,17 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba
<!-- DO NOT CHANGE THESE COMMENTS - See .github/actions/trigger-github-release/update-changelog.js -->
<!-- insert-new-changelog-here -->
## v7.12.8 (2020-11-23)
#### :bug: Bug Fix
* `babel-traverse`
* [#12390](https://github.com/babel/babel/pull/12390) Avoid infinite loops in type inference logic ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
* [#12387](https://github.com/babel/babel/pull/12387) Initialize NodePath context when using `getSibling` ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
* `babel-cli`
* [#12382](https://github.com/babel/babel/pull/12382) Fix Node version check ([@Hypnosphi](https://github.com/Hypnosphi))
#### :house: Internal
* [#12372](https://github.com/babel/babel/pull/12372) chore: fix watch config ([@JLHwung](https://github.com/JLHwung))
## v7.12.7 (2020-11-20)
#### :eyeglasses: Spec Compliance