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

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed May 30, 2018
1 parent 2f6b9f2 commit f66c2bb
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
11 changes: 11 additions & 0 deletions 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.

<a name="4.1.1"></a>
## [4.1.1](https://github.com/shipitjs/shipit/compare/v4.1.0...v4.1.1) (2018-05-30)


### Bug Fixes

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




<a name="4.1.0"></a>
# [4.1.0](https://github.com/shipitjs/shipit/compare/v4.0.2...v4.1.0) (2018-04-27)

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": "2.1.0",
"npmClient": "yarn",
"version": "4.1.0",
"version": "4.1.1",
"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.

<a name="4.1.1"></a>
## [4.1.1](https://github.com/shipitjs/shipit/compare/v4.1.0...v4.1.1) (2018-05-30)




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

<a name="4.1.0"></a>
# [4.1.0](https://github.com/shipitjs/shipit/compare/v4.0.2...v4.1.0) (2018-04-27)

Expand Down
2 changes: 1 addition & 1 deletion packages/shipit-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipit-cli",
"version": "4.1.0",
"version": "4.1.1",
"description": "Universal automation and deployment tool written in JavaScript.",
"main": "lib/index.js",
"keywords": [
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.

<a name="4.1.1"></a>
## [4.1.1](https://github.com/shipitjs/shipit/compare/v4.1.0...v4.1.1) (2018-05-30)


### Bug Fixes

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




<a name="4.1.0"></a>
# [4.1.0](https://github.com/shipitjs/shipit/compare/v4.0.2...v4.1.0) (2018-04-27)

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": "4.1.0",
"version": "4.1.1",
"description": "Official set of deploy tasks for Shipit.",
"main": "lib/index.js",
"keywords": [
Expand Down

0 comments on commit f66c2bb

Please sign in to comment.