diff --git a/VERSION b/VERSION index 4ac4fded49..0df17dd0f6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.0 \ No newline at end of file +6.2.1 \ No newline at end of file diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index a1b2dbb9b5..1947809dc2 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "babel-core", - "version": "6.2.0", + "version": "6.2.1", "description": "Babel compiler core.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -27,7 +27,7 @@ "babel-code-frame": "^6.1.18", "babel-generator": "^6.2.0", "babel-helpers": "^6.1.20", - "babel-messages": "^6.2.0", + "babel-messages": "^6.2.1", "babel-template": "^6.2.0", "babel-runtime": "^5.0.0", "babel-register": "^6.2.0", diff --git a/packages/babel-messages/package.json b/packages/babel-messages/package.json index 25e5622ea8..d0fc7ac9f6 100644 --- a/packages/babel-messages/package.json +++ b/packages/babel-messages/package.json @@ -1,6 +1,6 @@ { "name": "babel-messages", - "version": "6.2.0", + "version": "6.2.1", "description": "Collection of debug messages used by Babel.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/",