chore(release): 4.0.1

This commit is contained in:
dessant
2023-06-12 20:46:43 +03:00
parent 52f040d195
commit be8aa5be94
3 changed files with 10 additions and 3 deletions

View File

@@ -2,6 +2,13 @@
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/dessant/lock-threads/compare/v4.0.0...v4.0.1) (2023-06-12)
### Bug Fixes
* retry and throttle GitHub API requests ([1618e91](https://github.com/dessant/lock-threads/commit/1618e91da69b9fe614fb9837ac673ea4600eb529)), closes [#35](https://github.com/dessant/lock-threads/issues/35)
## [4.0.0](https://github.com/dessant/lock-threads/compare/v3.0.0...v4.0.0) (2022-12-04)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "lock-threads",
"version": "4.0.0",
"version": "4.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lock-threads",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View File

@@ -1,6 +1,6 @@
{
"name": "lock-threads",
"version": "4.0.0",
"version": "4.0.1",
"description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.",
"author": "Armin Sebastian",
"license": "MIT",