diff --git a/CHANGELOG.md b/CHANGELOG.md index cdacc1f5e7..afa306afd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ _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.14 + + * **Bug Fix** + * Fix bug with initializer decorators where the descriptors weren't being defined if there was no `initializer` property. + * **Internal** + * Expose `retainLines` option to CLI. + * Fix `retainLines` option not being taken into consideration when doing multiple variable declaration declarators generation. + * Expose minified and unminified copies of dist scripts. + ## 5.2.13 * **Bug Fix** diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index ed70be0e8d..64be635b4c 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.13", + "version": "5.2.14", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", "repository": "babel/babel", "preferGlobal": true, "dependencies": { - "babel-core": "^5.2.13", + "babel-core": "^5.2.14", "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 a0df934443..e22daf524b 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.13", + "version": "5.2.14", "repository": "babel/babel", "author": "Sebastian McKenzie ", "dependencies": {