diff --git a/VERSION b/VERSION index a0c2cf5cd7..fb06ed73fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.8 \ No newline at end of file +6.0.9 \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-block-scoping/package.json b/packages/babel-plugin-transform-es2015-block-scoping/package.json index cb65100065..29ea2349b7 100644 --- a/packages/babel-plugin-transform-es2015-block-scoping/package.json +++ b/packages/babel-plugin-transform-es2015-block-scoping/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-block-scoping", - "version": "6.0.2", + "version": "6.0.9", "description": "Compile ES2015 block scoping (const and let) to ES5", "repository": "babel/babel", "license": "MIT",