From 0d5ca876fd3aaf5cf0557e5278ad23171e5fe5e8 Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Sat, 4 Sep 2021 08:59:16 +0000 Subject: [PATCH] Add v7.15.5 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f50c96a1e..10334d6949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,15 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.15.5 (2021-09-04) + +#### :eyeglasses: Spec Compliance +* `babel-parser` + * [#13727](https://github.com/babel/babel/pull/13727) Disallow `#a in #b in c` and similar expressions ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) + +#### :leftwards_arrow_with_hook: Revert +* `babel-core` + * [#13732](https://github.com/babel/babel/pull/13732) Revert "fix: non breaking align options naming" ([@fedeci](https://github.com/fedeci)) ## v7.15.4 (2021-09-02) #### :eyeglasses: Spec Compliance