From 80dfe05ffc21e84745ace8a05257579a11b3a4f9 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 2 Nov 2015 07:08:28 +0000 Subject: [PATCH] add 6.0.16 changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9d2d16db..3d61110111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 6.0.16 + + * **Internal** + * Instead of throwing on a foreign node path. Ignore it and create a new one. + * **Bug Fix** + * Ensure there's a newline after prepended original shebang. + * Ignore non-origin template nodes when replacing placeholders in `babel-template`. + * Fix `runtime` plugin helper generation. + * Fix bug where async class methods weren't having their `await`s converted to `yield`s in the async to generator helper. + ## 6.0.15 * **Bug Fix**