Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Nov 22, 2024
1 parent a7f8e7e commit 1a7c605
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.5.3",
"newVersion": "0.5.4",
"oldVersion": "0.5.4",
"newVersion": "0.5.5",
"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-11-21)\n\nember-eslint-parser 0.5.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#104](https://github.com/ember-tooling/ember-eslint-parser/pull/104) throw useful error message for eslint ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
"description": "## Release (2024-11-22)\n\nember-eslint-parser 0.5.5 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#109](https://github.com/ember-tooling/ember-eslint-parser/pull/109) Don't error on custom-elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#106](https://github.com/ember-tooling/ember-eslint-parser/pull/106) Check for svg tags like we do for html tags ([@evoactivity](https://github.com/evoactivity))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#107](https://github.com/ember-tooling/ember-eslint-parser/pull/107) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\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
@@ -1,5 +1,22 @@
# Changelog

## Release (2024-11-22)

ember-eslint-parser 0.5.5 (patch)

#### :bug: Bug Fix
* `ember-eslint-parser`
* [#109](https://github.com/ember-tooling/ember-eslint-parser/pull/109) Don't error on custom-elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#106](https://github.com/ember-tooling/ember-eslint-parser/pull/106) Check for svg tags like we do for html tags ([@evoactivity](https://github.com/evoactivity))

#### :house: Internal
* `ember-eslint-parser`
* [#107](https://github.com/ember-tooling/ember-eslint-parser/pull/107) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-11-21)

ember-eslint-parser 0.5.4 (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.5.4",
"version": "0.5.5",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 1a7c605

Please sign in to comment.