Skip to content

Commit

Permalink
🔀 Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed May 5, 2021
2 parents 4831ccc + c05b41d commit 026c62c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [v1.5.1] - 2021-05-03

[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.5.1) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.5.0...v1.5.1) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.5.1) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.5.1.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.5.1.tar.gz))

### Dependency updates

- [`000bf45`](https://github.com/betahuhn/repo-file-sync-action/commit/000bf45) Bump eslint from 7.24.0 to 7.25.0 (#29)
(Issues: [`#29`](https://github.com/betahuhn/repo-file-sync-action/issues/29))

## [v1.5.0] - 2021-04-19

[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.5.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.4.0...v1.5.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.5.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.5.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.5.0.tar.gz))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repo-file-sync-action",
"version": "1.5.0",
"version": "1.5.1",
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 026c62c

Please sign in to comment.