Merge branch 'master' into 2.0.0

Conflicts:
	CHANGELOG.md
This commit is contained in:
Sebastian McKenzie 2014-12-13 12:20:02 +11:00
commit 03dcc335d8
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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 <sebmck@gmail.com>",
"homepage": "https://github.com/6to5/6to5",
"repository": {