From 011f11c1de66a47e8b2f8fb547314f505d069113 Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Fri, 31 Jan 2020 18:53:09 +0000 Subject: [PATCH] Add v7.8.5 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d50b1c2e3..d972281d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.8.5 (2020-01-31) + +#### :house: Internal +* [#11071](https://github.com/babel/babel/pull/11071) Further refactoring of @babel/eslint-parser ([@kaicataldo](https://github.com/kaicataldo)) ## v7.8.4 (2020-01-30) > :warning: In Babel 7.8.0 we introduced the `--copy-ignored` option for `@babel/cli`, defaulting to `false`. However, previous versions behaved as if that option was present: for this reason, we changed its default value to `true` (when `--copy-files` is provided) and introduced a `--no-copy-ignored` option to disable it.