Skip to content

Commit

Permalink
🔖 Release v1.21.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed May 5, 2024
1 parent 88a3448 commit 8b92be3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [v1.21.1] - 2024-05-05

[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.21.1) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.21.0...v1.21.1) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.21.1) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.21.1.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.21.1.tar.gz))

### Bug fixes

- [`899c636`](https://github.com/betahuhn/repo-file-sync-action/commit/899c636) Create Commit tree using GitHub API (#321)
(Issues: [`#321`](https://github.com/betahuhn/repo-file-sync-action/issues/321) [`#246`](https://github.com/betahuhn/repo-file-sync-action/issues/246))

### Security issues

- [`88a3448`](https://github.com/betahuhn/repo-file-sync-action/commit/88a3448) Update action to Node 20 (#331)
(Issues: [`#331`](https://github.com/betahuhn/repo-file-sync-action/issues/331) [`#332`](https://github.com/betahuhn/repo-file-sync-action/issues/332))

## [v1.21.0] - 2023-01-10

[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.21.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.20.2...v1.21.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.21.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.21.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.21.0.tar.gz))
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": "repo-file-sync-action",
"version": "1.21.0",
"version": "1.21.1",
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 8b92be3

Please sign in to comment.