From 12747815ee464d23ec72dec21635bec83411f42a Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Wed, 28 Feb 2024 10:37:07 -0700 Subject: [PATCH 1/2] Version bump to 2.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2472af9..91c24cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "10up/action-repo-automator", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "10up/action-repo-automator", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 61c5946..c7c2cea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "10up/action-repo-automator", - "version": "2.1.0", + "version": "2.1.1", "description": "GitHub Action to automate some common repository operations and validate PR description, changelog and credits.", "keywords": [ "GitHub", From ba6d848ef2f51fb767060f356012e3c793a4479f Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Wed, 28 Feb 2024 10:39:24 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546721e..67fca99 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.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)) +- Updated pull request validation input to accept true/false instead of a regex expression (props [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#114](https://github.com/10up/action-repo-automator/pull/114)) + +### Security +- Bump `eslint` from 8.53.0 to 8.54.0 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/iamdharmesh) via [#112](https://github.com/10up/action-repo-automator/pull/112)) + ## [2.1.0] - 2023-11-14 ### Changed - Skip merge conflict check and auto-sync on pull requests from bots (props [@iamdharmesh](https://github.com/iamdharmesh), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#100](https://github.com/10up/action-repo-automator/pull/100)) @@ -57,6 +65,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.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 [1.0.1]: https://github.com/10up/action-repo-automator/compare/1.0.0..1.0.1