diff --git a/.release-plan.json b/.release-plan.json index 988654b..0e8f4d7 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-eslint-parser": { "impact": "patch", - "oldVersion": "0.4.0", - "newVersion": "0.4.1", + "oldVersion": "0.4.1", + "newVersion": "0.4.2", "constraints": [ { "impact": "patch", @@ -13,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-03-26)\n\nember-eslint-parser 0.4.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#82](https://github.com/ember-tooling/ember-eslint-parser/pull/82) fix ts peer deps ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" + "description": "## Release (2024-04-10)\n\nember-eslint-parser 0.4.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#84](https://github.com/ember-tooling/ember-eslint-parser/pull/84) add vars to scope manager declaredVariables ([@patricklx](https://github.com/patricklx))\n * [#74](https://github.com/ember-tooling/ember-eslint-parser/pull/74) update glimmer ([@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 072868b..10a69ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Release (2024-04-10) + +ember-eslint-parser 0.4.2 (patch) + +#### :bug: Bug Fix +* `ember-eslint-parser` + * [#84](https://github.com/ember-tooling/ember-eslint-parser/pull/84) add vars to scope manager declaredVariables ([@patricklx](https://github.com/patricklx)) + * [#74](https://github.com/ember-tooling/ember-eslint-parser/pull/74) update glimmer ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) + ## Release (2024-03-26) ember-eslint-parser 0.4.1 (patch) diff --git a/package.json b/package.json index 33fbb60..8990a7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-eslint-parser", - "version": "0.4.1", + "version": "0.4.2", "description": "", "keywords": [], "repository": {