From 13e70c27d74fb510beb1eb8b6d15f16b19784ee2 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:50:21 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 21 +++++++++++++++++++++ CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 39 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..7ad68be --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,21 @@ +{ + "solution": { + "ember-inflector": { + "impact": "patch", + "oldVersion": "4.0.2", + "newVersion": "4.0.3", + "constraints": [ + { + "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-07-12)\n\nember-inflector 4.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-inflector`\n * [#505](https://github.com/emberjs/ember-inflector/pull/505) chore: Drop hidden ember/string dependency ([@Techn1x](https://github.com/Techn1x))\n\n#### :house: Internal\n* `ember-inflector`\n * [#503](https://github.com/emberjs/ember-inflector/pull/503) start using release-plan ([@mansona](https://github.com/mansona))\n * [#502](https://github.com/emberjs/ember-inflector/pull/502) Remove yarn and upgrade ember blueprint with ember-cli-update ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n- Chris Manson ([@mansona](https://github.com/mansona))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e595ff..b20264e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Release (2024-07-12) + +ember-inflector 4.0.3 (patch) + +#### :bug: Bug Fix +* `ember-inflector` + * [#505](https://github.com/emberjs/ember-inflector/pull/505) chore: Drop hidden ember/string dependency ([@Techn1x](https://github.com/Techn1x)) + +#### :house: Internal +* `ember-inflector` + * [#503](https://github.com/emberjs/ember-inflector/pull/503) start using release-plan ([@mansona](https://github.com/mansona)) + * [#502](https://github.com/emberjs/ember-inflector/pull/502) Remove yarn and upgrade ember blueprint with ember-cli-update ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Brad Overton ([@Techn1x](https://github.com/Techn1x)) +- Chris Manson ([@mansona](https://github.com/mansona)) + ## v4.0.2 (2021-06-11) #### :bug: Bug Fix diff --git a/package.json b/package.json index 1ff8909..9d0c626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-inflector", - "version": "4.0.2", + "version": "4.0.3", "description": "ember-inflector goal is to be rails compatible.", "keywords": [ "ember-addon"