From c1fcd3b943a9015fac9c27d8d4e9d4b1003750a5 Mon Sep 17 00:00:00 2001 From: Stord Bot <77021775+stord-engineering-account@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:46:51 -0600 Subject: [PATCH] chore(main): release 1.11.0 (#40) :robot: I have created a release *beep* *boop* --- ## [1.11.0](https://github.com/stordco/actions-sync/compare/v1.10.0...v1.11.0) (2024-04-12) ### Features * allow json parsing in templates ([#39](https://github.com/stordco/actions-sync/issues/39)) ([6b2ea9b](https://github.com/stordco/actions-sync/commit/6b2ea9b88981399de6255c3f55c676b6ea4a1f02)) --- 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 67910d6..0ad176d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/stordco/actions-sync/compare/v1.10.0...v1.11.0) (2024-04-12) + + +### Features + +* allow json parsing in templates ([#39](https://github.com/stordco/actions-sync/issues/39)) ([6b2ea9b](https://github.com/stordco/actions-sync/commit/6b2ea9b88981399de6255c3f55c676b6ea4a1f02)) + ## [1.10.0](https://github.com/stordco/actions-sync/compare/v1.9.4...v1.10.0) (2024-03-29) diff --git a/package-lock.json b/package-lock.json index 78f60dc..f729b89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stordco/actions-sync", - "version": "1.10.0", + "version": "1.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stordco/actions-sync", - "version": "1.10.0", + "version": "1.11.0", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index e79f25b..1227a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stordco/actions-sync", - "version": "1.10.0", + "version": "1.11.0", "description": "Sync GitHub repositories via templates and scripts", "license": "MIT", "main": "src/index.ts",