diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f93983..5062cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25) + + +### Bug Fixes + +* be compatible with CommonJS ([abd2316](https://github.com/shipitjs/shipit/commit/abd2316)) +* fix scpCopyFromRemote & scpCopyToRemote ([01bc213](https://github.com/shipitjs/shipit/commit/01bc213)), closes [#178](https://github.com/shipitjs/shipit/issues/178) + + + + ## [4.0.1](https://github.com/shipitjs/shipit/compare/v4.0.0...v4.0.1) (2018-03-18) diff --git a/lerna.json b/lerna.json index 8a21fca..a06ee84 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.1.0", "npmClient": "yarn", - "version": "4.0.1", + "version": "4.0.2", "useWorkspaces": true } diff --git a/packages/shipit-cli/CHANGELOG.md b/packages/shipit-cli/CHANGELOG.md index 03f26c1..261b36d 100644 --- a/packages/shipit-cli/CHANGELOG.md +++ b/packages/shipit-cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25) + + +### Bug Fixes + +* be compatible with CommonJS ([abd2316](https://github.com/shipitjs/shipit/commit/abd2316)) + + + + ## [4.0.1](https://github.com/shipitjs/shipit/compare/v4.0.0...v4.0.1) (2018-03-18) diff --git a/packages/shipit-cli/package.json b/packages/shipit-cli/package.json index a3a883d..02e6cd2 100755 --- a/packages/shipit-cli/package.json +++ b/packages/shipit-cli/package.json @@ -1,6 +1,6 @@ { "name": "shipit-cli", - "version": "4.0.1", + "version": "4.0.2", "description": "Universal automation and deployment tool written in JavaScript.", "main": "lib/index.js", "keywords": [ @@ -17,7 +17,7 @@ "liftoff": "^2.5.0", "orchestrator": "^0.3.7", "pretty-hrtime": "^1.0.0", - "ssh-pool": "^4.0.0", + "ssh-pool": "^4.0.2", "stream-line-wrapper": "^0.1.1", "v8flags": "^3.0.2" }, diff --git a/packages/shipit-deploy/CHANGELOG.md b/packages/shipit-deploy/CHANGELOG.md index 84a1afe..e4d29aa 100644 --- a/packages/shipit-deploy/CHANGELOG.md +++ b/packages/shipit-deploy/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25) + + +### Bug Fixes + +* be compatible with CommonJS ([abd2316](https://github.com/shipitjs/shipit/commit/abd2316)) + + + + # 4.0.0 (2018-03-17) diff --git a/packages/shipit-deploy/package.json b/packages/shipit-deploy/package.json index 274c578..403b5f0 100644 --- a/packages/shipit-deploy/package.json +++ b/packages/shipit-deploy/package.json @@ -1,6 +1,6 @@ { "name": "shipit-deploy", - "version": "4.0.0", + "version": "4.0.2", "description": "Official set of deploy tasks for Shipit.", "main": "lib/index.js", "keywords": [ @@ -33,6 +33,6 @@ }, "homepage": "https://github.com/shipitjs/shipit", "devDependencies": { - "ssh-pool": "^4.0.0" + "ssh-pool": "^4.0.2" } } diff --git a/packages/ssh-pool/CHANGELOG.md b/packages/ssh-pool/CHANGELOG.md index 5ce4a1d..5cc0e43 100644 --- a/packages/ssh-pool/CHANGELOG.md +++ b/packages/ssh-pool/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [4.0.2](https://github.com/babel/babel/tree/master/packages/babel-traverse/compare/v4.0.1...v4.0.2) (2018-03-25) + + +### Bug Fixes + +* be compatible with CommonJS ([abd2316](https://github.com/babel/babel/tree/master/packages/babel-traverse/commit/abd2316)) +* fix scpCopyFromRemote & scpCopyToRemote ([01bc213](https://github.com/babel/babel/tree/master/packages/babel-traverse/commit/01bc213)), closes [#178](https://github.com/babel/babel/tree/master/packages/babel-traverse/issues/178) + + + + # 4.0.0 (2018-03-17) diff --git a/packages/ssh-pool/package.json b/packages/ssh-pool/package.json index 6613c6e..d2d7621 100644 --- a/packages/ssh-pool/package.json +++ b/packages/ssh-pool/package.json @@ -1,6 +1,6 @@ { "name": "ssh-pool", - "version": "4.0.0", + "version": "4.0.2", "description": "Run remote commands over a pool of server using SSH.", "main": "lib/index.js", "repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",