From 8b92be3375cf1d1b0cd579af488a9255572e4619 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Sun, 5 May 2024 12:03:14 +0000 Subject: [PATCH] :bookmark: Release v1.21.1 [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21aaf80..2f6f3726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index be9b6919..3cf1a13a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "repo-file-sync-action", - "version": "1.21.0", + "version": "1.21.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "repo-file-sync-action", - "version": "1.21.0", + "version": "1.21.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index e57ada73..03847620 100644 --- a/package.json +++ b/package.json @@ -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",