diff --git a/CHANGELOG.md b/CHANGELOG.md index 1206c79..7d7ba98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [6.0.0](https://github.com/dessant/lock-threads/compare/v5.0.1...v6.0.0) (2025-12-12) + + +### ⚠ BREAKING CHANGES + +* the action now requires Node.js 24 + +### Bug Fixes + +* update dependencies ([6548363](https://github.com/dessant/lock-threads/commit/6548363a2d763e3a4a3a0dc04ca4a10481d8e536)) + ## [5.0.1](https://github.com/dessant/lock-threads/compare/v5.0.0...v5.0.1) (2023-11-22) diff --git a/package-lock.json b/package-lock.json index 96bda08..c1b783b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lock-threads", - "version": "5.0.1", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lock-threads", - "version": "5.0.1", + "version": "6.0.0", "license": "MIT", "dependencies": { "@actions/core": "^2.0.1", diff --git a/package.json b/package.json index cd6476a..020702b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lock-threads", - "version": "5.0.1", + "version": "6.0.0", "description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.", "author": "Armin Sebastian", "license": "MIT",