Skip to content

Commit

Permalink
Merge pull request #117 from 10up/release/2.1.1
Browse files Browse the repository at this point in the history
Release/2.1.1
  • Loading branch information
dkotter authored Feb 29, 2024
2 parents 25dee1c + ba6d848 commit 63e534c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 63e534c

Please sign in to comment.