From ab97f4a1c06eff1dd89da7a1237de531c203ccf0 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:29:15 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 25 +++++++++++++++++++++++++ CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 45 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..badd9c4 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,25 @@ +{ + "solution": { + "broccoli-static-site-json": { + "impact": "major", + "oldVersion": "4.5.0", + "newVersion": "5.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2024-02-07)\n\nbroccoli-static-site-json 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `broccoli-static-site-json`\n * [#75](https://github.com/empress/broccoli-static-site-json/pull/75) drop support for node < 16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `broccoli-static-site-json`\n * [#76](https://github.com/empress/broccoli-static-site-json/pull/76) update showdown and jsdom ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `broccoli-static-site-json`\n * [#73](https://github.com/empress/broccoli-static-site-json/pull/73) start using 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 bdf4657..6dc68cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## Release (2024-02-07) + +broccoli-static-site-json 5.0.0 (major) + +#### :boom: Breaking Change +* `broccoli-static-site-json` + * [#75](https://github.com/empress/broccoli-static-site-json/pull/75) drop support for node < 16 ([@mansona](https://github.com/mansona)) + +#### :rocket: Enhancement +* `broccoli-static-site-json` + * [#76](https://github.com/empress/broccoli-static-site-json/pull/76) update showdown and jsdom ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `broccoli-static-site-json` + * [#73](https://github.com/empress/broccoli-static-site-json/pull/73) start using release-plan ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + v4.5.0 / 2023-06-30 ================== * don't find headers in code blocks for the on-this-page #71 from @mansona diff --git a/package.json b/package.json index 7eb5660..fbc8e9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-static-site-json", - "version": "4.5.0", + "version": "5.0.0", "description": "Broccoli based static site generator that outputs a JSON:API representation of your Markdown files", "repository": "https://github.com/empress/broccoli-static-site-json", "license": "MIT",