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 .",