diff --git a/CHANGELOG.md b/CHANGELOG.md index 1625f9f..57c7150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 527a015..2c7ecec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 2853244..78f6838 100644 --- a/package.json +++ b/package.json @@ -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",