diff --git a/CHANGELOG.md b/CHANGELOG.md index dc349ebc..2e4ffa6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ 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. +### [4.0.1](https://github.com/actions/stale/compare/v3.0.19...v4.0.1) (2021-05-19) + ### [2.0.1](https://github.com/actions/stale/compare/v3.0.19...v2.0.1) (2021-05-19) diff --git a/package-lock.json b/package-lock.json index ca36813e..66d0e978 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stale-action", - "version": "2.0.1", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec09e24c..d44fb831 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stale-action", - "version": "2.0.1", + "version": "4.0.1", "private": true, "description": "Marks old issues and PRs as stale", "main": "lib/main.js",