This commit is contained in:
Sebastian McKenzie 2015-02-12 21:59:37 +11:00
parent 02392635ef
commit 0a2003af66
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ _Note: Gaps between patch versions are faulty/broken releases._
* Completely reimplemented scope tracking, can now track types and optimise certain helpers based on it.
* Extremely fast tail recursion optimisation implementation. Thanks [@RReverser](https://github.com/RReverser)!
* **Internal**
* `kexec` has been removed as an optional dependency and must be user installed.
* Upgrade `regenerator-6to5`.
* Upgrade `acorn-6to5`.
* Upgrade `core-js`.

View File

@ -1,7 +1,7 @@
{
"name": "6to5-runtime",
"description": "6to5 selfContained runtime",
"version": "3.5.3",
"version": "3.6.0",
"repository": "6to5/6to5",
"author": "Sebastian McKenzie <sebmck@gmail.com>"
}