From 412208745b88bb054b7e583fc0b803c700f18a8b Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 21 Jul 2015 02:39:55 +0100 Subject: [PATCH] v5.7.5 --- VERSION | 2 +- packages/babel/package.json | 6 +++--- packages/babylon/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 4b1e48ed97..72cf891338 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.4 \ No newline at end of file +5.7.5 \ No newline at end of file diff --git a/packages/babel/package.json b/packages/babel/package.json index 1ae288d1a8..44a702a171 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -1,6 +1,6 @@ { "name": "babel-core", - "version": "5.7.4", + "version": "5.7.5", "description": "A compiler for writing next generation JavaScript", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -42,7 +42,7 @@ "babel-plugin-runtime": "^1.0.7", "babel-plugin-undeclared-variables-check": "^1.0.2", "babel-plugin-undefined-to-void": "^1.1.6", - "babylon": "^5.7.2", + "babylon": "^5.7.5", "bluebird": "^2.9.33", "chalk": "^1.0.0", "convert-source-map": "^1.1.0", @@ -74,4 +74,4 @@ "to-fast-properties": "^1.0.0", "trim-right": "^1.0.0" } -} +} \ No newline at end of file diff --git a/packages/babylon/package.json b/packages/babylon/package.json index 87d391f3fb..901ba61641 100644 --- a/packages/babylon/package.json +++ b/packages/babylon/package.json @@ -1,6 +1,6 @@ { "name": "babylon", - "version": "5.7.2", + "version": "5.7.5", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/",