diff --git a/CHANGELOG.md b/CHANGELOG.md index 868499b8ac..c999153f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,20 @@ _Note: Gaps between patch versions are faulty/broken releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 4.7.0 + + * **Bug Fix** + * Add `alternate` to list of `STATEMENT_OR_BLOCK` keys. + * Add support for module specifiers to `t.isReferenced`. + * **New Feature** + * Add `inputSourceMap` option. + * **Polish** + * Throw an error on different `babel` and `babel-runtime` versions. + * Replicate module environment for `babel-node` eval. + * Clean up classes output. + * **Spec Compliancy** + * Make it illegal to use a rest parameter on a setter. + ## 4.6.6 * **Bug Fix** diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index 3f9fd9a4d6..d7a560463f 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -1,7 +1,7 @@ { "name": "babel-runtime", "description": "babel selfContained runtime", - "version": "4.6.6", + "version": "4.7.0", "repository": "babel/babel", "author": "Sebastian McKenzie " } \ No newline at end of file