diff --git a/CHANGELOG.md b/CHANGELOG.md index efe737e84e..d3736834d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Gaps between patch versions are faulty/broken releases. +## 1.15.0 + + * Don't alias `GeneratorFunction` and check the name which causes minifiers to remove the name and throw an error later on when we check if it's set. + ## 1.14.18 * Fix files only containg comments not being output. diff --git a/package.json b/package.json index 465b34f832..392e638e0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "6to5", "description": "Turn ES6 code into readable vanilla ES5 with source maps", - "version": "1.14.17", + "version": "1.15.0", "author": "Sebastian McKenzie ", "homepage": "https://github.com/6to5/6to5", "repository": {