diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..9afdb417 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,30 @@ +{ + "solution": { + "ember-cli-fastboot-testing": { + "impact": "major", + "oldVersion": "0.6.2", + "newVersion": "0.7.0", + "tagName": "latest", + "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 :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2025-12-03)\n\n* ember-cli-fastboot-testing 0.7.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-fastboot-testing`\n * [#874](https://github.com/embermap/ember-cli-fastboot-testing/pull/874) Drop support for Node.js v16 and below ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :rocket: Enhancement\n* `ember-cli-fastboot-testing`\n * [#875](https://github.com/embermap/ember-cli-fastboot-testing/pull/875) Sync with latest addon blueprint via ember-cli-update; widen ember-source in peer deps ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :bug: Bug Fix\n* `ember-cli-fastboot-testing`\n * [#923](https://github.com/embermap/ember-cli-fastboot-testing/pull/923) Avoid eagerly importing nock outside of testing ([@sergey-panov](https://github.com/sergey-panov))\n\n#### :house: Internal\n* `ember-cli-fastboot-testing`\n * [#926](https://github.com/embermap/ember-cli-fastboot-testing/pull/926) switch to pnpm ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#925](https://github.com/embermap/ember-cli-fastboot-testing/pull/925) Prepare Release v0.7.0 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#924](https://github.com/embermap/ember-cli-fastboot-testing/pull/924) Setup release-plan ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#876](https://github.com/embermap/ember-cli-fastboot-testing/pull/876) Drop fastboot@1 and fastboot@2 from testing matrix ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 3\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- Sergey Panov ([@sergey-panov](https://github.com/sergey-panov))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f0..7d1f9ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,29 @@ # Changelog + +## Release (2025-12-03) + +* ember-cli-fastboot-testing 0.7.0 (major) + +#### :boom: Breaking Change +* `ember-cli-fastboot-testing` + * [#874](https://github.com/embermap/ember-cli-fastboot-testing/pull/874) Drop support for Node.js v16 and below ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### :rocket: Enhancement +* `ember-cli-fastboot-testing` + * [#875](https://github.com/embermap/ember-cli-fastboot-testing/pull/875) Sync with latest addon blueprint via ember-cli-update; widen ember-source in peer deps ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### :bug: Bug Fix +* `ember-cli-fastboot-testing` + * [#923](https://github.com/embermap/ember-cli-fastboot-testing/pull/923) Avoid eagerly importing nock outside of testing ([@sergey-panov](https://github.com/sergey-panov)) + +#### :house: Internal +* `ember-cli-fastboot-testing` + * [#926](https://github.com/embermap/ember-cli-fastboot-testing/pull/926) switch to pnpm ([@SergeAstapov](https://github.com/SergeAstapov)) + * [#925](https://github.com/embermap/ember-cli-fastboot-testing/pull/925) Prepare Release v0.7.0 ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#924](https://github.com/embermap/ember-cli-fastboot-testing/pull/924) Setup release-plan ([@SergeAstapov](https://github.com/SergeAstapov)) + * [#876](https://github.com/embermap/ember-cli-fastboot-testing/pull/876) Drop fastboot@1 and fastboot@2 from testing matrix ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### Committers: 3 +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) +- Sergey Panov ([@sergey-panov](https://github.com/sergey-panov)) +- [@github-actions[bot]](https://github.com/apps/github-actions) diff --git a/package.json b/package.json index 91e4da44..d45f1d62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-fastboot-testing", - "version": "0.6.2", + "version": "0.7.0", "description": "Test your FastBoot-rendered HTML alongside your application's tests.", "keywords": [ "ember-addon"