mirror of
https://github.com/dessant/lock-threads.git
synced 2026-03-13 01:27:03 -04:00
chore(release): 4.0.1
This commit is contained in:
@@ -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
4
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user