From 08c87ddcfdfa31dd2a2b273600c51cd5fecc744c Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 29 Oct 2015 18:50:17 +0000 Subject: [PATCH] v6.0.9 --- VERSION | 2 +- .../babel-plugin-transform-es2015-block-scoping/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",