Skip to content

Commit

Permalink
Merge pull request #54 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Feb 14, 2024
2 parents 61cd1ba + de1a43a commit 57aeb86
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"solution": {
"ember-eslint-parser": {
"impact": "patch",
"oldVersion": "0.3.4",
"newVersion": "0.3.5",
"oldVersion": "0.3.5",
"newVersion": "0.3.6",
"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-14)\n\nember-eslint-parser 0.3.5 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#50](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/50) do not add extra keys to the VisitorKeys map ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
"description": "## Release (2024-02-14)\n\nember-eslint-parser 0.3.6 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#55](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/55) fix location info ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#53](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/53) add visitor keys test ([@patricklx](https://github.com/patricklx))\n * [#52](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/52) Update eslint-plugin-ember script ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## Release (2024-02-14)

ember-eslint-parser 0.3.6 (patch)

#### :bug: Bug Fix
* `ember-eslint-parser`
* [#55](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/55) fix location info ([@patricklx](https://github.com/patricklx))

#### :house: Internal
* `ember-eslint-parser`
* [#53](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/53) add visitor keys test ([@patricklx](https://github.com/patricklx))
* [#52](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/52) Update eslint-plugin-ember script ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-02-14)

ember-eslint-parser 0.3.5 (patch)

#### :bug: Bug Fix
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.3.5",
"version": "0.3.6",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 57aeb86

Please sign in to comment.