From 7e350a4d8c8224f3bfce8d36d421ca652e6615dd Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 28 Mar 2022 00:55:17 +0000 Subject: [PATCH] :bookmark: Release v1.17.9 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cade6213..dbff21c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.17.9] - 2022-03-28 + +[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.17.9) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.17.8...v1.17.9) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.17.9) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.9.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.9.tar.gz)) + +### Dependency updates + +- [`8ddff85`](https://github.com/betahuhn/repo-file-sync-action/commit/8ddff85) Bump action-input-parser from 1.2.29 to 1.2.30 + ## [v1.17.8] - 2022-03-21 [Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.17.8) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.17.7...v1.17.8) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.17.8) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.8.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.8.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 757d3836..dfceba6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "repo-file-sync-action", - "version": "1.17.8", + "version": "1.17.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dc77595e..3b719bdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repo-file-sync-action", - "version": "1.17.8", + "version": "1.17.9", "description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.", "main": "dist/index.js", "scripts": {