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

Commit 1d995dc

Browse files
committed
v4.1.3
1 parent 3277adf commit 1d995dc

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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+
## [4.1.3](https://github.com/shipitjs/shipit/compare/v4.1.2...v4.1.3) (2018-11-11)
7+
8+
9+
### Bug Fixes
10+
11+
* 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)
12+
13+
14+
15+
16+
617
## [4.1.2](https://github.com/shipitjs/shipit/compare/v4.1.1...v4.1.2) (2018-11-04)
718

819

lerna.json

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

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+
## [4.1.3](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v4.1.2...v4.1.3) (2018-11-11)
7+
8+
9+
### Bug Fixes
10+
11+
* 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)
12+
13+
14+
15+
16+
617
## [4.1.2](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v4.1.1...v4.1.2) (2018-11-04)
718

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

0 commit comments

Comments
 (0)