Skip to content

Commit a82b826

Browse files
author
github-actions[bot]
authored
Prepare Release using 'release-plan'
1 parent 0f0710a commit a82b826

3 files changed

Lines changed: 20 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"solution": {
33
"ember-page-title": {
44
"impact": "patch",
5-
"oldVersion": "9.0.2",
6-
"newVersion": "9.0.3",
5+
"oldVersion": "9.0.3",
6+
"newVersion": "9.0.4",
77
"constraints": [
88
{
99
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"reason": "Appears in changelog section :house: Internal"
1111
}
1212
],
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
16-
"description": "## Release (2025-08-22)\n\nember-page-title 9.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-page-title`, `test-app`\n * [#301](https://github.com/ember-cli/ember-page-title/pull/301) Fixed multiple custom separators ([@rykov](https://github.com/rykov))\n\n#### Committers: 1\n- Michael Rykov ([@rykov](https://github.com/rykov))\n"
16+
"description": "## Release (2026-05-01)\n\nember-page-title 9.0.4 (patch)\n\n#### :house: Internal\n* `ember-page-title`, `docs`, `test-app`\n * [#311](https://github.com/ember-cli/ember-page-title/pull/311) Node is now 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#306](https://github.com/ember-cli/ember-page-title/pull/306) Remove dep injection ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-page-title`, `docs`, `test-app`, `test-types`\n * [#309](https://github.com/ember-cli/ember-page-title/pull/309) Update TypeScript ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#307](https://github.com/ember-cli/ember-page-title/pull/307) Turn off fail-fast: true ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

addon/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changelog
2+
## Release (2026-05-01)
3+
4+
ember-page-title 9.0.4 (patch)
5+
6+
#### :house: Internal
7+
* `ember-page-title`, `docs`, `test-app`
8+
* [#311](https://github.com/ember-cli/ember-page-title/pull/311) Node is now 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
* [#306](https://github.com/ember-cli/ember-page-title/pull/306) Remove dep injection ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* `ember-page-title`, `docs`, `test-app`, `test-types`
11+
* [#309](https://github.com/ember-cli/ember-page-title/pull/309) Update TypeScript ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
* Other
13+
* [#307](https://github.com/ember-cli/ember-page-title/pull/307) Turn off fail-fast: true ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
217
## Release (2025-08-22)
318

419
ember-page-title 9.0.3 (patch)

addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-page-title",
3-
"version": "9.0.3",
3+
"version": "9.0.4",
44
"description": "Page Titles for Ember applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)