From 9653f95ca8b1af51f48255d05b3f45618a50da15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Feb 2024 23:42:56 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 16 ++++++++++------ CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 5078d43..828f8e6 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,21 @@ { "solution": { "ember-native-class-codemod": { - "impact": "minor", - "oldVersion": "4.0.0", - "newVersion": "4.1.0", + "impact": "patch", + "oldVersion": "4.1.0", + "newVersion": "4.1.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-02-26)\n\nember-native-class-codemod 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-native-class-codemod`\n * [#550](https://github.com/ember-codemods/ember-native-class-codemod/pull/550) Add NO_TELEMETRY mode / Implement observer -> observes behavior ([@gitKrystan](https://github.com/gitKrystan))\n\n#### Committers: 1\n- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))\n" + "description": "## Release (2024-02-26)\n\nember-native-class-codemod 4.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-native-class-codemod`\n * [#552](https://github.com/ember-codemods/ember-native-class-codemod/pull/552) Fix off-by-one-error when interpreting CLI args ([@gitKrystan](https://github.com/gitKrystan))\n\n#### :house: Internal\n* `ember-native-class-codemod`\n * [#551](https://github.com/ember-codemods/ember-native-class-codemod/pull/551) Don't publish TS files ([@gitKrystan](https://github.com/gitKrystan))\n\n#### Committers: 1\n- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ff8c2..eae3f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog ## Release (2024-02-26) +ember-native-class-codemod 4.1.1 (patch) + +#### :bug: Bug Fix +* `ember-native-class-codemod` + * [#552](https://github.com/ember-codemods/ember-native-class-codemod/pull/552) Fix off-by-one-error when interpreting CLI args ([@gitKrystan](https://github.com/gitKrystan)) + +#### :house: Internal +* `ember-native-class-codemod` + * [#551](https://github.com/ember-codemods/ember-native-class-codemod/pull/551) Don't publish TS files ([@gitKrystan](https://github.com/gitKrystan)) + +#### Committers: 1 +- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan)) +## Release (2024-02-26) + ember-native-class-codemod 4.1.0 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index a85c3f7..8224eb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-native-class-codemod", - "version": "4.1.0", + "version": "4.1.1", "description": "Codemods for transforming ember app code to native class syntax with decorators.", "keywords": [ "codemod-cli"