From c7f7f9b8b5fceea0641fc0f2c3d033b91abcbf38 Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Sun, 12 Jan 2020 22:50:23 +0000 Subject: [PATCH] Add v7.8.2 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 395827135a65..bba2ec97faca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.8.2 (2020-01-12) + +#### :bug: Bug Fix +* `babel-preset-env` + * [#10992](https://github.com/babel/babel/pull/10992) fix: `isPluginRequired` returns the opposite result in v7.8.0 ([@sodatea](https://github.com/sodatea)) ## v7.8.1 (2020-01-12) #### :bug: Bug Fix