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

Commit ef0c388

Browse files
committed
v4.0.2
1 parent 8498d7b commit ef0c388

File tree

8 files changed

+52
-6
lines changed

8 files changed

+52
-6
lines changed

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+
<a name="4.0.2"></a>
7+
## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25)
8+
9+
10+
### Bug Fixes
11+
12+
* be compatible with CommonJS ([abd2316](https://github.com/shipitjs/shipit/commit/abd2316))
13+
* fix scpCopyFromRemote & scpCopyToRemote ([01bc213](https://github.com/shipitjs/shipit/commit/01bc213)), closes [#178](https://github.com/shipitjs/shipit/issues/178)
14+
15+
16+
17+
618
<a name="4.0.1"></a>
719
## [4.0.1](https://github.com/shipitjs/shipit/compare/v4.0.0...v4.0.1) (2018-03-18)
820

lerna.json

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

packages/shipit-cli/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+
<a name="4.0.2"></a>
7+
## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25)
8+
9+
10+
### Bug Fixes
11+
12+
* be compatible with CommonJS ([abd2316](https://github.com/shipitjs/shipit/commit/abd2316))
13+
14+
15+
16+
617
<a name="4.0.1"></a>
718
## [4.0.1](https://github.com/shipitjs/shipit/compare/v4.0.0...v4.0.1) (2018-03-18)
819

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": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Universal automation and deployment tool written in JavaScript.",
55
"main": "lib/index.js",
66
"keywords": [
@@ -17,7 +17,7 @@
1717
"liftoff": "^2.5.0",
1818
"orchestrator": "^0.3.7",
1919
"pretty-hrtime": "^1.0.0",
20-
"ssh-pool": "^4.0.0",
20+
"ssh-pool": "^4.0.2",
2121
"stream-line-wrapper": "^0.1.1",
2222
"v8flags": "^3.0.2"
2323
},

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+
<a name="4.0.2"></a>
7+
## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25)
8+
9+
10+
### Bug Fixes
11+
12+
* be compatible with CommonJS ([abd2316](https://github.com/shipitjs/shipit/commit/abd2316))
13+
14+
15+
16+
617
<a name="4.0.0"></a>
718

819
# 4.0.0 (2018-03-17)

packages/shipit-deploy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipit-deploy",
3-
"version": "4.0.0",
3+
"version": "4.0.2",
44
"description": "Official set of deploy tasks for Shipit.",
55
"main": "lib/index.js",
66
"keywords": [
@@ -33,6 +33,6 @@
3333
},
3434
"homepage": "https://github.com/shipitjs/shipit",
3535
"devDependencies": {
36-
"ssh-pool": "^4.0.0"
36+
"ssh-pool": "^4.0.2"
3737
}
3838
}

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+
<a name="4.0.2"></a>
7+
## [4.0.2](https://github.com/babel/babel/tree/master/packages/babel-traverse/compare/v4.0.1...v4.0.2) (2018-03-25)
8+
9+
10+
### Bug Fixes
11+
12+
* be compatible with CommonJS ([abd2316](https://github.com/babel/babel/tree/master/packages/babel-traverse/commit/abd2316))
13+
* 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)
14+
15+
16+
17+
618
<a name="4.0.0"></a>
719

820
# 4.0.0 (2018-03-17)

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": "4.0.0",
3+
"version": "4.0.2",
44
"description": "Run remote commands over a pool of server using SSH.",
55
"main": "lib/index.js",
66
"repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",

0 commit comments

Comments
 (0)