diff --git a/CHANGELOG.md b/CHANGELOG.md index e358c486..8e0cedf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.14.2] - 2021-10-11 + +[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.14.2) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.14.1...v1.14.2) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.14.2) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.14.2.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.14.2.tar.gz)) + +### Dependency updates + +- [`9a800c0`](https://github.com/betahuhn/repo-file-sync-action/commit/9a800c0) Bump action-input-parser from 1.2.19 to 1.2.20 + ## [v1.14.1] - 2021-10-04 [Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.14.1) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.14.0...v1.14.1) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.14.1) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.14.1.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.14.1.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 62fea63c..c24a4783 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "repo-file-sync-action", - "version": "1.14.1", + "version": "1.14.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0b054ca8..f2c0621e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repo-file-sync-action", - "version": "1.14.1", + "version": "1.14.2", "description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.", "main": "dist/index.js", "scripts": {