chore(release): 2.0.1

This commit is contained in:
Luke Tomlinson
2021-05-19 11:08:13 -04:00
parent 713e405f0c
commit 2af88ebbea
3 changed files with 1282 additions and 129 deletions

5
CHANGELOG.md Normal file
View File

@@ -0,0 +1,5 @@
# Changelog
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.
### [2.0.1](https://github.com/actions/stale/compare/v3.0.19...v2.0.1) (2021-05-19)

1401
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "stale-action",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "Marks old issues and PRs as stale",
"main": "lib/main.js",
@@ -33,7 +33,8 @@
"@actions/core": "file:../toolkit/packages/core",
"@actions/github": "^4.0.0",
"lodash.deburr": "^4.1.0",
"semver": "^7.3.5"
"semver": "^7.3.5",
"standard-version": "^9.3.0"
},
"devDependencies": {
"@types/jest": "^26.0.20",