diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index a5d1cf2..11ee94f 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5714f..182ce1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/jimeh/update-tags-action/compare/v2.2.0...v2.2.1) (2025-12-22) + + +### Documentation + +* **AGENTS.md:** update to align with current state of project ([#71](https://github.com/jimeh/update-tags-action/issues/71)) ([a25f37f](https://github.com/jimeh/update-tags-action/commit/a25f37f9e6300ff3fcdf28424cdec9d99944522f)) + ## [2.2.0](https://github.com/jimeh/update-tags-action/compare/v2.1.1...v2.2.0) (2025-10-29) diff --git a/package-lock.json b/package-lock.json index 777618a..863fba8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "update-tags-action", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "update-tags-action", - "version": "2.2.0", + "version": "2.2.1", "dependencies": { "@actions/core": "^2.0.1", "@actions/github": "^6.0.1", diff --git a/package.json b/package.json index 49a2cc2..788b9e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "update-tags-action", - "version": "2.2.0", + "version": "2.2.1", "author": "jimeh", "type": "module", "private": true,