From 73f7b769368d4d987ae4d56d75ca93abd5602082 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Sep 2020 17:04:53 +0000 Subject: [PATCH] chore(release): 1.5.0 # [1.5.0](https://github.com/newrelic/repolinter-action/compare/v1.4.0...v1.5.0) (2020-09-10) ### Features * add directory input to specify a custom working directory ([8e0b796](https://github.com/newrelic/repolinter-action/commit/8e0b796b2165641d046c0d58e4769d4baa0676fc)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9817307..b2ac8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/newrelic/repolinter-action/compare/v1.4.0...v1.5.0) (2020-09-10) + + +### Features + +* add directory input to specify a custom working directory ([8e0b796](https://github.com/newrelic/repolinter-action/commit/8e0b796b2165641d046c0d58e4769d4baa0676fc)) + # [1.4.0](https://github.com/newrelic/repolinter-action/compare/v1.3.2...v1.4.0) (2020-09-04) diff --git a/package-lock.json b/package-lock.json index 50eaeb3..fea6249 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "repolinter-action", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 604b020..3ef108f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repolinter-action", - "version": "1.4.0", + "version": "1.5.0", "private": true, "description": "GitHub action to automatically enforce open source policies using Repolinter", "main": "lib/entry.js",