diff --git a/.release-plan.json b/.release-plan.json index 7f92c28..2d6d774 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,21 @@ { "solution": { "release-plan": { - "impact": "minor", - "oldVersion": "0.8.0", - "newVersion": "0.9.0", + "impact": "patch", + "oldVersion": "0.9.0", + "newVersion": "0.9.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :memo: Documentation" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-03-12)\n\nrelease-plan 0.9.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#66](https://github.com/embroider-build/release-plan/pull/66) start using github-changelog ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `release-plan`\n * [#67](https://github.com/embroider-build/release-plan/pull/67) fix typo in release-plan setup ([@mansona](https://github.com/mansona))\n * [#64](https://github.com/embroider-build/release-plan/pull/64) update release-plan-setup ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-07-11)\n\nrelease-plan 0.9.1 (patch)\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#72](https://github.com/embroider-build/release-plan/pull/72) add a test to exercise latest-version dependency and update it ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `release-plan`\n * [#58](https://github.com/embroider-build/release-plan/pull/58) Update readme ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a77e597..3883c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # release-plan Changelog +## Release (2024-07-11) + +release-plan 0.9.1 (patch) + +#### :bug: Bug Fix +* `release-plan` + * [#72](https://github.com/embroider-build/release-plan/pull/72) add a test to exercise latest-version dependency and update it ([@mansona](https://github.com/mansona)) + +#### :memo: Documentation +* `release-plan` + * [#58](https://github.com/embroider-build/release-plan/pull/58) Update readme ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-03-12) release-plan 0.9.0 (minor) diff --git a/package.json b/package.json index 09367c3..1d2e0c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-plan", - "version": "0.9.0", + "version": "0.9.1", "description": "", "keywords": [], "repository": "https://github.com/embroider-build/release-plan",