From e173183f932ba8a31d0e4f23cc1070e8ebfa59d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 21:54:50 +0000 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea82294..a8ea4700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.0.1](https://github.com/vidavidorra/github-action-renovate/compare/v1.0.0...v1.0.1) (2020-03-20) + ## 1.0.0 (2020-03-20) ### Features diff --git a/package-lock.json b/package-lock.json index 5e26b7bc..9ca94733 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "repo-template", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index da4d0002..08e696f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-renovate", - "version": "1.0.0", + "version": "1.0.1", "description": "GitHub Action to run Renovate self-hosted.", "scripts": { "lint": "eslint --ignore-path .prettierignore --ext .ts,.tsx,.js,.jsx,.json .",