diff --git a/CHANGELOG.md b/CHANGELOG.md index ceda736..060c138 100644 --- a/CHANGELOG.md +++ b/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. +# [5.3.0](https://github.com/shipitjs/shipit/compare/v5.2.0...v5.3.0) (2020-03-18) + + +### Features + +* add support of `asUser` ([#260](https://github.com/shipitjs/shipit/issues/260)) ([4e79edb](https://github.com/shipitjs/shipit/commit/4e79edb)) + + + + + # [5.2.0](https://github.com/shipitjs/shipit/compare/v5.1.0...v5.2.0) (2020-03-07) diff --git a/lerna.json b/lerna.json index 582d2da..e70c20f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.4.3", "npmClient": "yarn", - "version": "5.2.0", + "version": "5.3.0", "useWorkspaces": true } diff --git a/packages/shipit-cli/CHANGELOG.md b/packages/shipit-cli/CHANGELOG.md index 21865f5..2c28388 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. +# [5.3.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.2.0...v5.3.0) (2020-03-18) + + +### Features + +* add support of `asUser` ([#260](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/260)) ([4e79edb](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/4e79edb)) + + + + + # [5.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07) **Note:** Version bump only for package shipit-cli diff --git a/packages/shipit-cli/package.json b/packages/shipit-cli/package.json index c1311c4..e6fa7d2 100755 --- a/packages/shipit-cli/package.json +++ b/packages/shipit-cli/package.json @@ -1,6 +1,6 @@ { "name": "shipit-cli", - "version": "5.2.0", + "version": "5.3.0", "description": "Universal automation and deployment tool written in JavaScript.", "engines": { "node": ">=6" @@ -31,7 +31,7 @@ "liftoff": "^3.1.0", "orchestrator": "^0.3.7", "pretty-hrtime": "^1.0.0", - "ssh-pool": "^5.2.0", + "ssh-pool": "^5.3.0", "stream-line-wrapper": "^0.1.1", "v8flags": "^3.1.0" } diff --git a/packages/shipit-deploy/CHANGELOG.md b/packages/shipit-deploy/CHANGELOG.md index 3d969a6..6a7df5c 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. +# [5.3.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.2.0...v5.3.0) (2020-03-18) + + +### Features + +* add support of `asUser` ([#260](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/260)) ([4e79edb](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/4e79edb)) + + + + + # [5.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07) diff --git a/packages/shipit-deploy/package.json b/packages/shipit-deploy/package.json index f55b7b1..ce358cb 100644 --- a/packages/shipit-deploy/package.json +++ b/packages/shipit-deploy/package.json @@ -1,6 +1,6 @@ { "name": "shipit-deploy", - "version": "5.2.0", + "version": "5.3.0", "description": "Official set of deploy tasks for Shipit.", "engines": { "node": ">=6" diff --git a/packages/ssh-pool/CHANGELOG.md b/packages/ssh-pool/CHANGELOG.md index ed285a8..dcecffc 100644 --- a/packages/ssh-pool/CHANGELOG.md +++ b/packages/ssh-pool/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. +# [5.3.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.2.0...v5.3.0) (2020-03-18) + + +### Features + +* add support of `asUser` ([#260](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/260)) ([4e79edb](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/4e79edb)) + + + + + # [5.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07) diff --git a/packages/ssh-pool/package.json b/packages/ssh-pool/package.json index 9cfc3c2..287939a 100644 --- a/packages/ssh-pool/package.json +++ b/packages/ssh-pool/package.json @@ -1,6 +1,6 @@ { "name": "ssh-pool", - "version": "5.2.0", + "version": "5.3.0", "description": "Run remote commands over a pool of server using SSH.", "engines": { "node": ">=6"