From 8ab668beee32a0f7c9bd983e8542edf4278f1eca Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Mon, 23 Nov 2020 22:30:27 +0000 Subject: [PATCH] Add v7.12.8 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 784ac079a0..18c8bd692f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,17 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## 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