From f80f860bbcc8a439d4f27e22d7050077a23974d4 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 19 Nov 2014 13:48:09 +1100 Subject: [PATCH] changelog for 1.12.21 --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010bca804f..179876d5b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ +# 1.12.21 + + * Fix unneccesary let scoping replacement. + * Add `commonInterop` module formatter. Thanks [@Naddiseo](https://github.com/Naddiseo). + * Fix `return` outside of function body bug. Thanks [@brentburg](https://github.com/brentburg). + * Add more flexible option types. + # 1.12.20 * Append `sourceMappingURL` when using `bin/6to5` and output sourcemaps. # 1.12.19 - * Add `comments` option and `--remove-comments` flag. Thanks @[webpro](htps://github.com/webpro)! + * Add `comments` option and `--remove-comments` flag. Thanks [@webpro](htps://github.com/webpro). * Embed `regenerator`. # 1.12.18 @@ -13,7 +20,7 @@ # 1.12.17 - * Add `moduleName`, `sourceRoot` and `filenameRelative` options - thanks @[darvelo](https://github.com/darvelo)! + * Add `moduleName`, `sourceRoot` and `filenameRelative` options. Thanks [@darvelo](https://github.com/darvelo). * Traversal optimisations. # 1.12.16