Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 10, 2024
1 parent 1922eda commit dcd8f1f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-eslint-parser",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit dcd8f1f

Please sign in to comment.