From 46306fd7315d2396f14a8c5da383c80380df3309 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 24 Dec 2025 12:59:59 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index da4ff1c..1bff6cb 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-template-imports": { "impact": "minor", - "oldVersion": "4.2.0", - "newVersion": "4.3.0", + "oldVersion": "4.3.0", + "newVersion": "4.4.0", "constraints": [ { "impact": "minor", @@ -17,5 +17,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-02-01)\n\nember-template-imports 4.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-template-imports`\n * [#277](https://github.com/ember-cli/ember-template-imports/pull/277) Enable `inline_source_map` by default ([@davidtaylorhq](https://github.com/davidtaylorhq))\n\n#### :memo: Documentation\n* `ember-template-imports`\n * [#273](https://github.com/ember-cli/ember-template-imports/pull/273) Update readme compatibility ([@BwehaaFox](https://github.com/BwehaaFox))\n * [#269](https://github.com/ember-cli/ember-template-imports/pull/269) Update treesitter links ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- BwehaaFox ([@BwehaaFox](https://github.com/BwehaaFox))\n- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2025-12-24)\n\nember-template-imports 4.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-template-imports`\n * [#282](https://github.com/ember-cli/ember-template-imports/pull/282) chore: bump `content-tag` ([@aklkv](https://github.com/aklkv))\n\n#### :memo: Documentation\n* `ember-template-imports`\n * [#280](https://github.com/ember-cli/ember-template-imports/pull/280) Add `htmlSafe` helper import path to list of built-in template helpers ([@balinterdi](https://github.com/balinterdi))\n\n#### Committers: 2\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n- Balint Erdi ([@balinterdi](https://github.com/balinterdi))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b30e29..4eeb3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2025-12-24) + +ember-template-imports 4.4.0 (minor) + +#### :rocket: Enhancement +* `ember-template-imports` + * [#282](https://github.com/ember-cli/ember-template-imports/pull/282) chore: bump `content-tag` ([@aklkv](https://github.com/aklkv)) + +#### :memo: Documentation +* `ember-template-imports` + * [#280](https://github.com/ember-cli/ember-template-imports/pull/280) Add `htmlSafe` helper import path to list of built-in template helpers ([@balinterdi](https://github.com/balinterdi)) + +#### Committers: 2 +- Alexey Kulakov ([@aklkv](https://github.com/aklkv)) +- Balint Erdi ([@balinterdi](https://github.com/balinterdi)) + ## Release (2025-02-01) ember-template-imports 4.3.0 (minor) diff --git a/package.json b/package.json index b1f9f69..2c68014 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-template-imports", - "version": "4.3.0", + "version": "4.4.0", "description": "Tooling support for gjs and gts component authoring", "keywords": [ "ember-addon"