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/",