From 63a52546bf90c473e5da779053aa11e21fe568bd Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Tue, 6 Feb 2024 23:13:14 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 17 +++++++++++++++++ CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..a09a7ad --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,17 @@ +{ + "solution": { + "compare-fixture": { + "impact": "patch", + "oldVersion": "1.1.0", + "newVersion": "1.1.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2024-02-06)\n\ncompare-fixture 1.1.1 (patch)\n\n#### :house: Internal\n* `compare-fixture`\n * [#7](https://github.com/mainmatter/compare-fixture/pull/7) setup release-plan ([@mansona](https://github.com/mansona))\n * [#8](https://github.com/mainmatter/compare-fixture/pull/8) only update npm on CI if using older node versions ([@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..4e1cd65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,13 @@ # Changelog + +## Release (2024-02-06) + +compare-fixture 1.1.1 (patch) + +#### :house: Internal +* `compare-fixture` + * [#7](https://github.com/mainmatter/compare-fixture/pull/7) setup release-plan ([@mansona](https://github.com/mansona)) + * [#8](https://github.com/mainmatter/compare-fixture/pull/8) only update npm on CI if using older node versions ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) diff --git a/package.json b/package.json index 83eeda6..c605c77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compare-fixture", - "version": "1.1.0", + "version": "1.1.1", "description": "", "repository": "https://github.com/mainmatter/compare-fixture", "license": "MIT",