Skip to content

Commit 4e64bde

Browse files
Prepare Release v1.0.0 using 'release-plan'
1 parent 64800ee commit 4e64bde

File tree

3 files changed

+56
-1
lines changed

3 files changed

+56
-1
lines changed

.release-plan.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"solution": {
3+
"ember-cli-fastboot-testing": {
4+
"impact": "major",
5+
"oldVersion": "0.6.2",
6+
"newVersion": "1.0.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
13+
{
14+
"impact": "minor",
15+
"reason": "Appears in changelog section :rocket: Enhancement"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :bug: Bug Fix"
20+
},
21+
{
22+
"impact": "patch",
23+
"reason": "Appears in changelog section :house: Internal"
24+
}
25+
],
26+
"pkgJSONPath": "./package.json"
27+
}
28+
},
29+
"description": "## Release (2025-12-03)\n\n* ember-cli-fastboot-testing 1.0.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 * [#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: 2\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- Sergey Panov ([@sergey-panov](https://github.com/sergey-panov))\n"
30+
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
11
# Changelog
2+
3+
## Release (2025-12-03)
4+
5+
* ember-cli-fastboot-testing 1.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-cli-fastboot-testing`
9+
* [#874](https://github.com/embermap/ember-cli-fastboot-testing/pull/874) Drop support for Node.js v16 and below ([@SergeAstapov](https://github.com/SergeAstapov))
10+
11+
#### :rocket: Enhancement
12+
* `ember-cli-fastboot-testing`
13+
* [#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))
14+
15+
#### :bug: Bug Fix
16+
* `ember-cli-fastboot-testing`
17+
* [#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))
18+
19+
#### :house: Internal
20+
* `ember-cli-fastboot-testing`
21+
* [#924](https://github.com/embermap/ember-cli-fastboot-testing/pull/924) Setup release-plan ([@SergeAstapov](https://github.com/SergeAstapov))
22+
* [#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))
23+
24+
#### Committers: 2
25+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
26+
- Sergey Panov ([@sergey-panov](https://github.com/sergey-panov))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-fastboot-testing",
3-
"version": "0.6.2",
3+
"version": "1.0.0",
44
"description": "Test your FastBoot-rendered HTML alongside your application's tests.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)