diff --git a/CHANGELOG.md b/CHANGELOG.md index d80be285..5494b35c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v1.19.1] - 2023-01-07 + +[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.19.1) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.19.0...v1.19.1) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.19.1) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.19.1.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.19.1.tar.gz)) + +### Bug fixes + +- [`5212d28`](https://github.com/betahuhn/repo-file-sync-action/commit/5212d28) Ignore `.git` folder when checking orphaned files (#287) +(Issues: [`#287`](https://github.com/betahuhn/repo-file-sync-action/issues/287)) + ## [v1.19.0] - 2022-11-30 [Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.19.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.18.0...v1.19.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.19.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.19.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.19.0.tar.gz)) diff --git a/package-lock.json b/package-lock.json index ef7990f3..ad21c36c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "repo-file-sync-action", - "version": "1.19.0", + "version": "1.19.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "repo-file-sync-action", - "version": "1.19.0", + "version": "1.19.1", "license": "MIT", "dependencies": { "@actions/core": "^1.8.2", diff --git a/package.json b/package.json index 0bf1d431..4ff36bb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repo-file-sync-action", - "version": "1.19.0", + "version": "1.19.1", "description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.", "main": "dist/index.js", "scripts": {