diff --git a/CHANGELOG.md b/CHANGELOG.md index 4919f3449a..fd17ebb63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ _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.12 + + * **Polish** + * Make UID generation based on module declarations **much** nicer. + * **Internal** + * Remove internal check for traversal path replacement of self. This is a pattern that **could** come up in the wild and it could lead to pretty nasty code and may lead to internal regressions as the test coverage isn't 100% :( Instead, just put it in the fast path. + ## 5.2.11 * **Internal** diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index ce65bf3fe4..847db86c53 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.11", + "version": "5.2.12", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", "repository": "babel/babel", "preferGlobal": true, "dependencies": { - "babel-core": "^5.2.11", + "babel-core": "^5.2.12", "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 dce80a7ee8..cadb9a551f 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.11", + "version": "5.2.12", "repository": "babel/babel", "author": "Sebastian McKenzie ", "dependencies": {