From a9c31797dce4d4bb29829e706dbab13713dccfbd Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 24 Feb 2017 08:46:51 -0500 Subject: [PATCH] v1.1.9 changelog [skip ci] --- experimental/babel-preset-env/CHANGELOG.md | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/experimental/babel-preset-env/CHANGELOG.md b/experimental/babel-preset-env/CHANGELOG.md index 752a0b9e19..c6a544c977 100644 --- a/experimental/babel-preset-env/CHANGELOG.md +++ b/experimental/babel-preset-env/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v1.1.9 (2017-02-24) + +### :bug: Bug Fix + +- Add tests for debug output (#156) (Brian Ng) +- Fixes #143. Log correct targets. (#155) (Artem Yavorsky) + +### :memo: Documentation + +- Fix compat-table link in contributing.md (Brian Ng) +- Update README examples to fix website [skip ci] (#151) (Brian Ng) +- Fix few typos (Brian Ng) +- Add configuration example to clarify `debug: true` (Artem Yavorsky) +- Fix CHANGELOG’s v1.1.8 updates typo. (Artem Yavorsky) +- README: Update `debug: true` example. (Artem Yavorsky) + +### :house: Internal + +- update compat (#169) (Henry Zhu) +- Use external Electron to Chromium library (#144) (Kilian Valkhof) +- Update yarn lockfile (#152) (Brian Ng) +- Extract option normalization into independant file (Eric Baer) +- Update yarnfile (Eric Baer) +- devDeps: eslint-config-babel v5.0.0 (#139) (Kai Cataldo) +- Update compat-table, build data (#135) (Henry Zhu) + ## v1.1.8 (2017-01-10) ### :bug: Bug Fix