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

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 7, 2020
1 parent 54c6ac7 commit 199df66
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/shipitjs/shipit/compare/v5.1.0...v5.2.0) (2020-03-07)


### Bug Fixes

* **windows:** cd must run the specified drive letter ([#252](https://github.com/shipitjs/shipit/issues/252)) ([ab916a9](https://github.com/shipitjs/shipit/commit/ab916a9))
* 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))


### Features

* add a config validation function ([#258](https://github.com/shipitjs/shipit/issues/258)) ([d98ec8e](https://github.com/shipitjs/shipit/commit/d98ec8e))





# [5.1.0](https://github.com/shipitjs/shipit/compare/v5.0.0...v5.1.0) (2019-08-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.4.3",
"npmClient": "yarn",
"version": "5.1.0",
"version": "5.2.0",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/shipit-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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





# [5.1.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.0.0...v5.1.0) (2019-08-28)

**Note:** Version bump only for package shipit-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/shipit-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipit-cli",
"version": "5.1.0",
"version": "5.2.0",
"description": "Universal automation and deployment tool written in JavaScript.",
"engines": {
"node": ">=6"
Expand Down Expand Up @@ -31,7 +31,7 @@
"liftoff": "^3.1.0",
"orchestrator": "^0.3.7",
"pretty-hrtime": "^1.0.0",
"ssh-pool": "^5.1.0",
"ssh-pool": "^5.2.0",
"stream-line-wrapper": "^0.1.1",
"v8flags": "^3.1.0"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/shipit-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07)


### Features

* 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))





# [5.1.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.0.0...v5.1.0) (2019-08-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/shipit-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipit-deploy",
"version": "5.1.0",
"version": "5.2.0",
"description": "Official set of deploy tasks for Shipit.",
"engines": {
"node": ">=6"
Expand Down
12 changes: 12 additions & 0 deletions packages/ssh-pool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07)


### Bug Fixes

* **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))
* 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))





# [5.1.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.0.0...v5.1.0) (2019-08-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/ssh-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssh-pool",
"version": "5.1.0",
"version": "5.2.0",
"description": "Run remote commands over a pool of server using SSH.",
"engines": {
"node": ">=6"
Expand Down

0 comments on commit 199df66

Please sign in to comment.