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

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 18, 2018
1 parent 6b60f20 commit be1d621
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 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.0.1"></a>
## [4.0.1](https://github.com/shipitjs/shipit/compare/v4.0.0...v4.0.1) (2018-03-18)


### Bug Fixes

* **shipit-cli:** correctly publish binary ([6b60f20](https://github.com/shipitjs/shipit/commit/6b60f20))




<a name="4.0.0"></a>

# 4.0.0 (2018-03-17)
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.0.0",
"version": "4.0.1",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/shipit-cli/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.0.1"></a>
## [4.0.1](https://github.com/shipitjs/shipit/compare/v4.0.0...v4.0.1) (2018-03-18)


### Bug Fixes

* **shipit-cli:** correctly publish binary ([6b60f20](https://github.com/shipitjs/shipit/commit/6b60f20))




<a name="4.0.0"></a>

# 4.0.0 (2018-03-17)
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.0.0",
"version": "4.0.1",
"description": "Universal automation and deployment tool written in JavaScript.",
"main": "lib/index.js",
"keywords": [
Expand Down

0 comments on commit be1d621

Please sign in to comment.