From 57f21592446fdcf96d38ceca9506b471670cfe5b Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 25 Oct 2021 00:38:04 +0000 Subject: [PATCH] :bookmark: Release v1.15.1 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74302433..48c1cda2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.15.1] - 2021-10-25 + +[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.15.1) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.15.0...v1.15.1) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.15.1) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.15.1.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.15.1.tar.gz)) + +### Dependency updates + +- [`4e18740`](https://github.com/betahuhn/repo-file-sync-action/commit/4e18740) Bump action-input-parser from 1.2.21 to 1.2.22 + ## [v1.15.0] - 2021-10-16 [Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.15.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.14.2...v1.15.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.15.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.15.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.15.0.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 6b4348d8..aa603f78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "repo-file-sync-action", - "version": "1.15.0", + "version": "1.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "repo-file-sync-action", - "version": "1.15.0", + "version": "1.15.1", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index ddcd286f..e023ca30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repo-file-sync-action", - "version": "1.15.0", + "version": "1.15.1", "description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.", "main": "dist/index.js", "scripts": {