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",