From 5b7421e2f252663b37ffa968f1eac85115c3275a Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:43:39 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 553fa8c..38c992f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "content-tag-utils": { - "impact": "patch", - "oldVersion": "0.5.0", - "newVersion": "0.5.1", + "impact": "minor", + "oldVersion": "0.5.1", + "newVersion": "0.6.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-10-12)\n\ncontent-tag-utils 0.5.1 (patch)\n\n#### :bug: Bug Fix\n* `content-tag-utils`\n * [#21](https://github.com/ember-tooling/content-tag-utils/pull/21) Add docs for new toString, allow toString to receive placeholders: true ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2025-10-13)\n\ncontent-tag-utils 0.6.0 (minor)\n\n#### :rocket: Enhancement\n* `content-tag-utils`\n * [#23](https://github.com/ember-tooling/content-tag-utils/pull/23) Pass through options to parse ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 62deb54..ea96559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2025-10-13) + +content-tag-utils 0.6.0 (minor) + +#### :rocket: Enhancement +* `content-tag-utils` + * [#23](https://github.com/ember-tooling/content-tag-utils/pull/23) Pass through options to parse ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2025-10-12) content-tag-utils 0.5.1 (patch) diff --git a/package.json b/package.json index 72a28e8..7b6cfd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-tag-utils", - "version": "0.5.1", + "version": "0.6.0", "description": "utilities for working with content-tag: transforming, working with line/column information, etc", "repository": { "type": "git",