From 51aa3eae7e5a573db93f970b49e54510dd502c60 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:31:23 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 8 ++++---- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 42a2056d..d3d0a092 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,16 @@ "solution": { "ember-angle-brackets-codemod": { "impact": "patch", - "oldVersion": "7.0.0", - "newVersion": "7.0.1", + "oldVersion": "7.0.1", + "newVersion": "7.0.2", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-02-14)\n\nember-angle-brackets-codemod 7.0.1 (patch)\n\n#### :bug: Bug Fix\n* [#515](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/515) Move helper disambiguation to a flag that is off by default ([@lolmaus](https://github.com/lolmaus))\n\n#### Committers: 1\n- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))\n" + "description": "## Release (2024-02-14)\n\nember-angle-brackets-codemod 7.0.2 (patch)\n\n#### :house: Internal\n* `ember-angle-brackets-codemod`\n * [#525](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/525) update release-plan ([@mansona](https://github.com/mansona))\n * [#517](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/517) create dependabot config with batching for minor changes ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f71344..e88b3ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # Changelog + +## Release (2024-02-14) + +ember-angle-brackets-codemod 7.0.2 (patch) + +#### :house: Internal +* `ember-angle-brackets-codemod` + * [#525](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/525) update release-plan ([@mansona](https://github.com/mansona)) + * [#517](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/517) create dependabot config with batching for minor changes ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) ## Release (2024-02-14) ember-angle-brackets-codemod 7.0.1 (patch) diff --git a/package.json b/package.json index 885ca055..058832af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-angle-brackets-codemod", - "version": "7.0.1", + "version": "7.0.2", "description": "Codemod to convert to Angle brackets syntax", "keywords": [ "codemod-cli",