diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..f940c97 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,21 @@ +{ + "solution": { + "auto-reveal-theme-mainmatter": { + "impact": "minor", + "oldVersion": "0.0.0", + "newVersion": "0.1.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2024-07-18)\n\nauto-reveal-theme-mainmatter 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal-theme-mainmatter`\n * [#1](https://github.com/mansona/auto-reveal-theme-mainmatter/pull/1) provide a default highlight theme ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `auto-reveal-theme-mainmatter`\n * [#2](https://github.com/mansona/auto-reveal-theme-mainmatter/pull/2) setup release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..902c871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,16 @@ # Changelog + +## Release (2024-07-18) + +auto-reveal-theme-mainmatter 0.1.0 (minor) + +#### :rocket: Enhancement +* `auto-reveal-theme-mainmatter` + * [#1](https://github.com/mansona/auto-reveal-theme-mainmatter/pull/1) provide a default highlight theme ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `auto-reveal-theme-mainmatter` + * [#2](https://github.com/mansona/auto-reveal-theme-mainmatter/pull/2) setup release-plan ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) diff --git a/package.json b/package.json index ad18412..d002a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-reveal-theme-mainmatter", - "version": "0.0.0", + "version": "0.1.0", "description": "", "keywords": [], "repository": {