From 381b066bd0260e4ac3a20b315403267c8f8f96d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Fri, 6 Sep 2019 22:50:54 +0200 Subject: [PATCH] v7.6.1 --- lerna.json | 2 +- packages/babel-node/package.json | 2 +- packages/babel-types/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index 65618bffc0..f85e378441 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.6.0", + "version": "7.6.1", "changelog": { "repo": "babel/babel", "cacheDir": ".changelog", diff --git a/packages/babel-node/package.json b/packages/babel-node/package.json index f2063d1227..89d7cdb079 100644 --- a/packages/babel-node/package.json +++ b/packages/babel-node/package.json @@ -1,6 +1,6 @@ { "name": "@babel/node", - "version": "7.6.0", + "version": "7.6.1", "description": "Babel command line", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index 8abc33b1d1..6b1293a88e 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/types", - "version": "7.6.0", + "version": "7.6.1", "description": "Babel Types is a Lodash-esque utility library for AST nodes", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/",