diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b1c4103c..da477f5e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ _Note: Gaps between patch versions are faulty/broken releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 5.2.17 + + * **Bug Fix** + * Fix auxiliary comments not properly being attached to function declaration helpers. + * Add `Super` node type to `ast-types` patch. + * Ignore parameter bindings when attempting to inline them in the `minification.deadCodeElimination` transformer. + * Correct `extensions` arguments when using the Babel CLI. + ## 5.2.16 * **Bug Fix** diff --git a/package.json b/package.json index dde169f5f0..a39c96f3d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "babel-core", "description": "Turn ES6 code into readable vanilla ES5 with source maps", - "version": "5.2.16", + "version": "5.2.17", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", "repository": "babel/babel", diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index a8db54a798..d82e023de3 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,13 +1,13 @@ { "name": "babel", "description": "Turn ES6 code into readable vanilla ES5 with source maps", - "version": "5.2.16", + "version": "5.2.17", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", "repository": "babel/babel", "preferGlobal": true, "dependencies": { - "babel-core": "^5.2.16", + "babel-core": "^5.2.17", "chokidar": "^1.0.0", "commander": "^2.6.0", "convert-source-map": "^1.1.0", diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index 0db5cebf88..f2e476df5c 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": "5.2.16", + "version": "5.2.17", "repository": "babel/babel", "author": "Sebastian McKenzie ", "dependencies": {