Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 199df66

Browse files
committed
v5.2.0
1 parent 54c6ac7 commit 199df66

File tree

8 files changed

+53
-5
lines changed

8 files changed

+53
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/shipitjs/shipit/compare/v5.1.0...v5.2.0) (2020-03-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **windows:** cd must run the specified drive letter ([#252](https://github.com/shipitjs/shipit/issues/252)) ([ab916a9](https://github.com/shipitjs/shipit/commit/ab916a9))
12+
* fix remote command wont reject on error, when cwd option is used ([#265](https://github.com/shipitjs/shipit/issues/265)) ([986aec1](https://github.com/shipitjs/shipit/commit/986aec1))
13+
14+
15+
### Features
16+
17+
* add a config validation function ([#258](https://github.com/shipitjs/shipit/issues/258)) ([d98ec8e](https://github.com/shipitjs/shipit/commit/d98ec8e))
18+
19+
20+
21+
22+
623
# [5.1.0](https://github.com/shipitjs/shipit/compare/v5.0.0...v5.1.0) (2019-08-28)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.4.3",
33
"npmClient": "yarn",
4-
"version": "5.1.0",
4+
"version": "5.2.0",
55
"useWorkspaces": true
66
}

packages/shipit-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07)
7+
8+
**Note:** Version bump only for package shipit-cli
9+
10+
11+
12+
13+
614
# [5.1.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.0.0...v5.1.0) (2019-08-28)
715

816
**Note:** Version bump only for package shipit-cli

packages/shipit-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipit-cli",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Universal automation and deployment tool written in JavaScript.",
55
"engines": {
66
"node": ">=6"
@@ -31,7 +31,7 @@
3131
"liftoff": "^3.1.0",
3232
"orchestrator": "^0.3.7",
3333
"pretty-hrtime": "^1.0.0",
34-
"ssh-pool": "^5.1.0",
34+
"ssh-pool": "^5.2.0",
3535
"stream-line-wrapper": "^0.1.1",
3636
"v8flags": "^3.1.0"
3737
}

packages/shipit-deploy/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07)
7+
8+
9+
### Features
10+
11+
* add a config validation function ([#258](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/258)) ([d98ec8e](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/d98ec8e))
12+
13+
14+
15+
16+
617
# [5.1.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.0.0...v5.1.0) (2019-08-28)
718

819

packages/shipit-deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipit-deploy",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Official set of deploy tasks for Shipit.",
55
"engines": {
66
"node": ">=6"

packages/ssh-pool/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **windows:** cd must run the specified drive letter ([#252](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/252)) ([ab916a9](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/ab916a9))
12+
* fix remote command wont reject on error, when cwd option is used ([#265](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/265)) ([986aec1](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/986aec1))
13+
14+
15+
16+
17+
618
# [5.1.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.0.0...v5.1.0) (2019-08-28)
719

820

packages/ssh-pool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssh-pool",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Run remote commands over a pool of server using SSH.",
55
"engines": {
66
"node": ">=6"

0 commit comments

Comments
 (0)