diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fca99..c88c4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [2.1.2] - 2024-05-06 +### Changed +- Exclude the release pull request from the PR validations (props [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#119](https://github.com/10up/action-repo-automator/pull/119)). +- Bump `actions/upload-artifact` from v3 to v4 (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#121](https://github.com/10up/action-repo-automator/pull/121)). + +### Security +- Bump `undici` from 5.26.4 to 5.28.4 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/iamdharmesh) via [#115](https://github.com/10up/action-repo-automator/pull/115), [#120](https://github.com/10up/action-repo-automator/pull/120)). + ## [2.1.1] - 2024-02-29 ### Changed - Disabled dependabot version updates for GitHub Actions and npm dependencies (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#113](https://github.com/10up/action-repo-automator/pull/113)) @@ -65,6 +73,7 @@ All notable changes to this project will be documented in this file, per [the Ke - Initial project release 🎉 [Unreleased]: https://github.com/10up/action-repo-automator/compare/trunk...develop +[2.1.2]: https://github.com/10up/action-repo-automator/compare/2.1.1..2.1.2 [2.1.1]: https://github.com/10up/action-repo-automator/compare/2.1.0..2.1.1 [2.1.0]: https://github.com/10up/action-repo-automator/compare/2.0.0..2.1.0 [2.0.0]: https://github.com/10up/action-repo-automator/compare/1.0.1..2.0.0 diff --git a/package-lock.json b/package-lock.json index eff8451..378e13f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "10up/action-repo-automator", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "10up/action-repo-automator", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index c7c2cea..bdc82b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "10up/action-repo-automator", - "version": "2.1.1", + "version": "2.1.2", "description": "GitHub Action to automate some common repository operations and validate PR description, changelog and credits.", "keywords": [ "GitHub",