From 20dc4415f54868a388df80b0ab4ad286df41d525 Mon Sep 17 00:00:00 2001 From: kategengler <444218+kategengler@users.noreply.github.com> Date: Wed, 19 Feb 2025 20:18:25 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++-------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index ded80db..1ee6be7 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,20 +2,16 @@ "solution": { "@ember/string": { "impact": "patch", - "oldVersion": "4.0.0", - "newVersion": "4.0.1", + "oldVersion": "4.0.1", + "newVersion": "4.0.2", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :memo: Documentation" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-02-19)\n\n@ember/string 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/string`\n * [#448](https://github.com/emberjs/ember-string/pull/448) Remove `htmlSafe` and `isHTMLSafe` ([@mkszepp](https://github.com/mkszepp))\n\n#### :house: Internal\n* `@ember/string`\n * [#446](https://github.com/emberjs/ember-string/pull/446) Fix CI icon in README.md ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 2\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n" + "description": "## Release (2025-02-19)\n\n@ember/string 4.0.2 (patch)\n\n#### :memo: Documentation\n* `@ember/string`\n * [#451](https://github.com/emberjs/ember-string/pull/451) Update README.md ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 1\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 741dd1c..3cf5370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2025-02-19) +@ember/string 4.0.2 (patch) + +#### :memo: Documentation +* `@ember/string` + * [#451](https://github.com/emberjs/ember-string/pull/451) Update README.md ([@kategengler](https://github.com/kategengler)) + +#### Committers: 1 +- Katie Gengler ([@kategengler](https://github.com/kategengler)) + +## Release (2025-02-19) + @ember/string 4.0.1 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index 1625056..beb149c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/string", - "version": "4.0.1", + "version": "4.0.2", "description": "A set of utilities to transform strings", "repository": "https://github.com/emberjs/ember-string", "license": "MIT",