From c87ff0ec95cca0ab88d5edfabd90d2674f95a619 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 Feb 2024 13:34:01 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++++++--- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index feec635..602d7e4 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "ember-eslint-parser": { "impact": "patch", - "oldVersion": "0.3.2", - "newVersion": "0.3.3", + "oldVersion": "0.3.3", + "newVersion": "0.3.4", "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-02-01)\n\nember-eslint-parser 0.3.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#46](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/46) fix bad byteToCharIndex ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" + "description": "## Release (2024-02-13)\n\nember-eslint-parser 0.3.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#49](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/49) fix typed linting ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#41](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/41) GJS: Add tests to ensure flat-configs work with the parser ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebce8c..51bd42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog + +## Release (2024-02-13) + +ember-eslint-parser 0.3.4 (patch) + +#### :bug: Bug Fix +* `ember-eslint-parser` + * [#49](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/49) fix typed linting ([@patricklx](https://github.com/patricklx)) + +#### :house: Internal +* `ember-eslint-parser` + * [#41](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/41) GJS: Add tests to ensure flat-configs work with the parser ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) ## Release (2024-02-01) ember-eslint-parser 0.3.3 (patch) diff --git a/package.json b/package.json index dc18518..6176314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-eslint-parser", - "version": "0.3.3", + "version": "0.3.4", "description": "", "keywords": [], "repository": {