diff --git a/.release-plan.json b/.release-plan.json index f8d6debc..30b83277 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,16 @@ "solution": { "ember-page-title": { "impact": "patch", - "oldVersion": "9.0.2", - "newVersion": "9.0.3", + "oldVersion": "9.0.3", + "newVersion": "9.0.4", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./addon/package.json" } }, - "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" + "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" } diff --git a/addon/CHANGELOG.md b/addon/CHANGELOG.md index 321f374c..c8e409c6 100644 --- a/addon/CHANGELOG.md +++ b/addon/CHANGELOG.md @@ -1,4 +1,19 @@ # Changelog +## Release (2026-05-01) + +ember-page-title 9.0.4 (patch) + +#### :house: Internal +* `ember-page-title`, `docs`, `test-app` + * [#311](https://github.com/ember-cli/ember-page-title/pull/311) Node is now 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#306](https://github.com/ember-cli/ember-page-title/pull/306) Remove dep injection ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `ember-page-title`, `docs`, `test-app`, `test-types` + * [#309](https://github.com/ember-cli/ember-page-title/pull/309) Update TypeScript ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* Other + * [#307](https://github.com/ember-cli/ember-page-title/pull/307) Turn off fail-fast: true ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) ## Release (2025-08-22) ember-page-title 9.0.3 (patch) diff --git a/addon/package.json b/addon/package.json index d7ef6714..ca747f29 100644 --- a/addon/package.json +++ b/addon/package.json @@ -1,6 +1,6 @@ { "name": "ember-page-title", - "version": "9.0.3", + "version": "9.0.4", "description": "Page Titles for Ember applications", "keywords": [ "ember-addon",