diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e93e8f05..a778b911d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/packages/6to5-runtime/package.json b/packages/6to5-runtime/package.json index 0e6402f480..d34260895f 100644 --- a/packages/6to5-runtime/package.json +++ b/packages/6to5-runtime/package.json @@ -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 " } \ No newline at end of file