From 6e9d5de2c1f79e7535cc582a645d832af18043ea Mon Sep 17 00:00:00 2001 From: Stord Bot <77021775+stord-engineering-account@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:09:47 -0600 Subject: [PATCH] chore(main): release 1.12.0 (#42) :robot: I have created a release *beep* *boop* --- ## [1.12.0](https://github.com/stordco/actions-sync/compare/v1.11.0...v1.12.0) (2024-04-17) ### Features * allow templates to be executable files ([#41](https://github.com/stordco/actions-sync/issues/41)) ([16ed4e7](https://github.com/stordco/actions-sync/commit/16ed4e75704efdf7d45d5991728bf2df5209175c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad176d..9be5f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.0](https://github.com/stordco/actions-sync/compare/v1.11.0...v1.12.0) (2024-04-17) + + +### Features + +* allow templates to be executable files ([#41](https://github.com/stordco/actions-sync/issues/41)) ([16ed4e7](https://github.com/stordco/actions-sync/commit/16ed4e75704efdf7d45d5991728bf2df5209175c)) + ## [1.11.0](https://github.com/stordco/actions-sync/compare/v1.10.0...v1.11.0) (2024-04-12) diff --git a/package-lock.json b/package-lock.json index f729b89..b8f697e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stordco/actions-sync", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stordco/actions-sync", - "version": "1.11.0", + "version": "1.12.0", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 1227a0b..9956463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stordco/actions-sync", - "version": "1.11.0", + "version": "1.12.0", "description": "Sync GitHub repositories via templates and scripts", "license": "MIT", "main": "src/index.ts",