From 15ecabe15813d419ad45ca68d32e2aff01b11059 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:21:11 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 21 +++++++++++++++++++++ CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 38 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..3653394 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,21 @@ +{ + "solution": { + "prember": { + "impact": "minor", + "oldVersion": "2.0.0", + "newVersion": "2.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-05)\n\nprember 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `prember`\n * [#82](https://github.com/ef4/prember/pull/82) recycle the fastboot instance after 1k requests ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `prember`\n * [#84](https://github.com/ef4/prember/pull/84) add release-plan ([@mansona](https://github.com/mansona))\n * [#83](https://github.com/ef4/prember/pull/83) switch to pnpm and fix tests ([@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 54d3591..83019b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2024-07-05) + +prember 2.1.0 (minor) + +#### :rocket: Enhancement +* `prember` + * [#82](https://github.com/ef4/prember/pull/82) recycle the fastboot instance after 1k requests ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `prember` + * [#84](https://github.com/ef4/prember/pull/84) add release-plan ([@mansona](https://github.com/mansona)) + * [#83](https://github.com/ef4/prember/pull/83) switch to pnpm and fix tests ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + # 1.1.1 - 2022-08-10 BUGFIX: ensure we always run after ember-auto-import. As of ember-auto-import 2.0, things can break if we run before. diff --git a/package.json b/package.json index 3b7f059..d0607e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prember", - "version": "2.0.0", + "version": "2.1.0", "description": "Prerender Ember apps using Fastboot at build time.", "keywords": [ "ember-addon",