From 9ee62cb6eed504b739c70bac5e6b725765b8ebec Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 12 Jul 2021 00:31:32 +0000 Subject: [PATCH] :bookmark: Release v1.8.5 [skip ci] --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47fa9204..4f7e39c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v1.8.5] - 2021-07-12 + +[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.8.5) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.8.4...v1.8.5) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.8.5) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.8.5.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.8.5.tar.gz)) + +### Dependency updates + +- [`e62f3bd`](https://github.com/betahuhn/repo-file-sync-action/commit/e62f3bd) Bump action-input-parser from 1.2.6 to 1.2.7 +- [`9ecd32e`](https://github.com/betahuhn/repo-file-sync-action/commit/9ecd32e) Bump eslint from 7.29.0 to 7.30.0 + ## [v1.8.4] - 2021-07-05 [Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.8.4) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.8.3...v1.8.4) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.8.4) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.8.4.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.8.4.tar.gz)) diff --git a/package-lock.json b/package-lock.json index a7480b38..46d84b40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "repo-file-sync-action", - "version": "1.8.4", + "version": "1.8.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b160b12..7242b6f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repo-file-sync-action", - "version": "1.8.4", + "version": "1.8.5", "description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.", "main": "dist/index.js", "scripts": {