Skip to content

Commit

Permalink
🔖 Release v1.18.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Nov 18, 2022
1 parent ed3f645 commit 27113d1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [v1.18.0] - 2022-11-18

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

### New features

- [`a2677cb`](https://github.com/betahuhn/repo-file-sync-action/commit/a2677cb) Add support for compiling Jinja-style templates with Nunjucks in sync process (#271)
(Issues: [`#271`](https://github.com/betahuhn/repo-file-sync-action/issues/271))

### Bug fixes

- [`ed3f645`](https://github.com/betahuhn/repo-file-sync-action/commit/ed3f645) Fix lint errors

## [v1.17.22] - 2022-10-24

[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.17.22) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.17.21...v1.17.22) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.17.22) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.22.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.22.tar.gz))
Expand Down
4 changes: 2 additions & 2 deletions 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.17.22",
"version": "1.18.0",
"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 27113d1

Please sign in to comment.