diff --git a/.release-plan.json b/.release-plan.json index 712ead2..553fa8c 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "content-tag-utils": { - "impact": "minor", - "oldVersion": "0.4.1", - "newVersion": "0.5.0", + "impact": "patch", + "oldVersion": "0.5.0", + "newVersion": "0.5.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-10-12)\n\ncontent-tag-utils 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `content-tag-utils`\n * [#20](https://github.com/ember-tooling/content-tag-utils/pull/20) Add placeholder version of toString() but with placeholders for AST replacing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#18](https://github.com/ember-tooling/content-tag-utils/pull/18) Add and document the ParseResultStringUtils ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ca538..62deb54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2025-10-12) +content-tag-utils 0.5.1 (patch) + +#### :bug: Bug Fix +* `content-tag-utils` + * [#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)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2025-10-12) + content-tag-utils 0.5.0 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index 9021c67..72a28e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-tag-utils", - "version": "0.5.0", + "version": "0.5.1", "description": "utilities for working with content-tag: transforming, working with line/column information, etc", "repository": { "type": "git",