Skip to content

Commit 81f347b

Browse files
authored
Merge pull request #128 from 10up/release/2.1.3
Release/2.1.3
2 parents 11120a5 + 4cbf926 commit 81f347b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file, per [the Ke
44

55
## [Unreleased] - TBD
66

7+
## [2.1.3] - 2024-11-18
8+
### Changed
9+
- Bump Node.js version from v16 to v20 (props [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#125](https://github.com/10up/action-repo-automator/pull/125)).
10+
- Bump `@actions/core` from 1.10.1 to 1.11.0, `@octokit/action` from 6.0.6 to 7.0.0 and `@vercel/ncc` from 0.38.1 to 0.38.2 (props [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#125](https://github.com/10up/action-repo-automator/pull/125)).
11+
712
## [2.1.2] - 2024-05-06
813
### Changed
914
- 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)).
@@ -73,6 +78,7 @@ All notable changes to this project will be documented in this file, per [the Ke
7378
- Initial project release 🎉
7479

7580
[Unreleased]: https://github.com/10up/action-repo-automator/compare/trunk...develop
81+
[2.1.3]: https://github.com/10up/action-repo-automator/compare/2.1.2..2.1.3
7682
[2.1.2]: https://github.com/10up/action-repo-automator/compare/2.1.1..2.1.2
7783
[2.1.1]: https://github.com/10up/action-repo-automator/compare/2.1.0..2.1.1
7884
[2.1.0]: https://github.com/10up/action-repo-automator/compare/2.0.0..2.1.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "10up/action-repo-automator",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "GitHub Action to automate some common repository operations and validate PR description, changelog and credits.",
55
"keywords": [
66
"GitHub",

0 commit comments

Comments
 (0)