From c0c45fca77836fabc56f9939024d0a77812a46c9 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Thu, 15 Nov 2018 17:24:48 +0100 Subject: [PATCH] chore(release): 3.1.4 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18970a1..d4eec4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [3.1.4](https://github.com/medikoo/npm-cross-link/compare/v3.1.3...v3.1.4) (2018-11-15) + + +### Bug Fixes + +* fix git repository detection ([3ba4350](https://github.com/medikoo/npm-cross-link/commit/3ba4350)) +* job name ([d270b16](https://github.com/medikoo/npm-cross-link/commit/d270b16)) +* report unrecognized job ([b60765d](https://github.com/medikoo/npm-cross-link/commit/b60765d)) + + + ## [3.1.3](https://github.com/medikoo/npm-cross-link/compare/v3.1.2...v3.1.3) (2018-11-15) diff --git a/package.json b/package.json index d136e54..a897192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-cross-link", - "version": "3.1.3", + "version": "3.1.4", "author": "Mariusz Nowak (http://www.medikoo.com/)", "bin": { "npm-cross-link": "./bin/npm-cross-link.js",