This commit is contained in:
Sebastian McKenzie
2015-02-13 21:08:14 +11:00
parent a4c6660d21
commit dfe13cda0d
2 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,11 @@
_Note: Gaps between patch versions are faulty/broken releases._
## 3.6.2
* **Polish**
* Use better iterator detection in `slicedToArray` helper and add support for it to the `selfContained` transformer.
## 3.6.1
* **Bug Fix**

View File

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