From 524f03236f4a1e83d0dd80932c2193af3258364a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Tue, 19 Feb 2019 09:20:42 +0100 Subject: [PATCH] v4.1.4 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/shipit-deploy/CHANGELOG.md | 11 +++++++++++ packages/shipit-deploy/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6023b66..126ee40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4](https://github.com/shipitjs/shipit/compare/v4.1.3...v4.1.4) (2019-02-19) + + +### Bug Fixes + +* **shipit-deploy:** skip fetching git in case when repositoryUrl was not provided (closes [#207](https://github.com/shipitjs/shipit/issues/207)) ([#226](https://github.com/shipitjs/shipit/issues/226)) ([4ae0f89](https://github.com/shipitjs/shipit/commit/4ae0f89)) + + + + + ## [4.1.3](https://github.com/shipitjs/shipit/compare/v4.1.2...v4.1.3) (2018-11-11) diff --git a/lerna.json b/lerna.json index 29437b7..f78a64d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.4.3", "npmClient": "yarn", - "version": "4.1.3", + "version": "4.1.4", "useWorkspaces": true } diff --git a/packages/shipit-deploy/CHANGELOG.md b/packages/shipit-deploy/CHANGELOG.md index 48c7437..84e84b6 100644 --- a/packages/shipit-deploy/CHANGELOG.md +++ b/packages/shipit-deploy/CHANGELOG.md @@ -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.4](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v4.1.3...v4.1.4) (2019-02-19) + + +### Bug Fixes + +* **shipit-deploy:** skip fetching git in case when repositoryUrl was not provided (closes [#207](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/207)) ([#226](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/226)) ([4ae0f89](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/4ae0f89)) + + + + + ## [4.1.3](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v4.1.2...v4.1.3) (2018-11-11) diff --git a/packages/shipit-deploy/package.json b/packages/shipit-deploy/package.json index cad7787..01ff07d 100644 --- a/packages/shipit-deploy/package.json +++ b/packages/shipit-deploy/package.json @@ -1,6 +1,6 @@ { "name": "shipit-deploy", - "version": "4.1.3", + "version": "4.1.4", "description": "Official set of deploy tasks for Shipit.", "engines": { "node": ">=6"