Merge branch 'master' into 2.0.0
Conflicts: CHANGELOG.md
This commit is contained in:
commit
03dcc335d8
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
Gaps between patch versions are faulty/broken releases.
|
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
|
## 1.14.18
|
||||||
|
|
||||||
* Fix files only containg comments not being output.
|
* Fix files only containg comments not being output.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "6to5",
|
"name": "6to5",
|
||||||
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
"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>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://github.com/6to5/6to5",
|
"homepage": "https://github.com/6to5/6to5",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user