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

Commit f66c2bb

Browse files
committed
v4.1.1
1 parent 2f6b9f2 commit f66c2bb

File tree

6 files changed

+33
-3
lines changed

6 files changed

+33
-3
lines changed

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.1.1"></a>
7+
## [4.1.1](https://github.com/shipitjs/shipit/compare/v4.1.0...v4.1.1) (2018-05-30)
8+
9+
10+
### Bug Fixes
11+
12+
* update shipit-deploy's peerDependency to v4.1.0 ([#192](https://github.com/shipitjs/shipit/issues/192)) ([6f7b407](https://github.com/shipitjs/shipit/commit/6f7b407))
13+
14+
15+
16+
617
<a name="4.1.0"></a>
718
# [4.1.0](https://github.com/shipitjs/shipit/compare/v4.0.2...v4.1.0) (2018-04-27)
819

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.1.0",
4+
"version": "4.1.1",
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+
<a name="4.1.1"></a>
7+
## [4.1.1](https://github.com/shipitjs/shipit/compare/v4.1.0...v4.1.1) (2018-05-30)
8+
9+
10+
11+
12+
**Note:** Version bump only for package shipit-cli
13+
614
<a name="4.1.0"></a>
715
# [4.1.0](https://github.com/shipitjs/shipit/compare/v4.0.2...v4.1.0) (2018-04-27)
816

packages/shipit-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipit-cli",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Universal automation and deployment tool written in JavaScript.",
55
"main": "lib/index.js",
66
"keywords": [

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.1.1"></a>
7+
## [4.1.1](https://github.com/shipitjs/shipit/compare/v4.1.0...v4.1.1) (2018-05-30)
8+
9+
10+
### Bug Fixes
11+
12+
* update shipit-deploy's peerDependency to v4.1.0 ([#192](https://github.com/shipitjs/shipit/issues/192)) ([6f7b407](https://github.com/shipitjs/shipit/commit/6f7b407))
13+
14+
15+
16+
617
<a name="4.1.0"></a>
718
# [4.1.0](https://github.com/shipitjs/shipit/compare/v4.0.2...v4.1.0) (2018-04-27)
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": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Official set of deploy tasks for Shipit.",
55
"main": "lib/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)