Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 14, 2024
1 parent 124c7a2 commit d59e0e4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"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"
"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#### :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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## Release (2024-02-14)

ember-eslint-parser 0.3.6 (patch)

#### :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 d59e0e4

Please sign in to comment.