From 11d0ef7fa2516d6310c801708984d459148f2b2f Mon Sep 17 00:00:00 2001 From: patricklx <1332320+patricklx@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:33:45 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 17 +++++++++++++++++ CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..8ae74b8 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,17 @@ +{ + "solution": { + "ember-devtools": { + "impact": "patch", + "oldVersion": "1.0.0", + "newVersion": "1.0.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2024-10-28)\n\nember-devtools 1.0.1 (patch)\n\n#### :house: Internal\n* `ember-devtools`\n * [#4](https://github.com/ember-native/ember-devtools/pull/4) fix .gitignore ([@patricklx](https://github.com/patricklx))\n * [#3](https://github.com/ember-native/ember-devtools/pull/3) fix ignore ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..49f3ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,13 @@ # Changelog + +## Release (2024-10-28) + +ember-devtools 1.0.1 (patch) + +#### :house: Internal +* `ember-devtools` + * [#4](https://github.com/ember-native/ember-devtools/pull/4) fix .gitignore ([@patricklx](https://github.com/patricklx)) + * [#3](https://github.com/ember-native/ember-devtools/pull/3) fix ignore ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) diff --git a/package.json b/package.json index 8815af1..f9382e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-devtools", - "version": "1.0.0", + "version": "1.0.1", "repository": { "type": "git", "url": "git@github.com:ember-native/ember-devtools.git"