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

Commit

Permalink
v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 11, 2018
1 parent 3277adf commit 1d995dc
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.

## [4.1.3](https://github.com/shipitjs/shipit/compare/v4.1.2...v4.1.3) (2018-11-11)


### Bug Fixes

* fixes directory permissions ([#224](https://github.com/shipitjs/shipit/issues/224)) ([3277adf](https://github.com/shipitjs/shipit/commit/3277adf)), closes [#189](https://github.com/shipitjs/shipit/issues/189)





## [4.1.2](https://github.com/shipitjs/shipit/compare/v4.1.1...v4.1.2) (2018-11-04)


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": "4.1.2",
"version": "4.1.3",
"useWorkspaces": true
}
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.

## [4.1.3](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v4.1.2...v4.1.3) (2018-11-11)


### Bug Fixes

* fixes directory permissions ([#224](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/224)) ([3277adf](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/3277adf)), closes [#189](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/189)





## [4.1.2](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v4.1.1...v4.1.2) (2018-11-04)


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.2",
"version": "4.1.3",
"description": "Official set of deploy tasks for Shipit.",
"engines": {
"node": ">=6"
Expand Down

0 comments on commit 1d995dc

Please sign in to comment.