Skip to content

Commit

Permalink
Merge pull request #117 from ember-tooling/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jan 15, 2025
2 parents ff785cf + 70af8c7 commit 8fbf4f6
Show file tree
Hide file tree
Showing 3 changed files with 24 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.6",
"newVersion": "0.5.7",
"oldVersion": "0.5.7",
"newVersion": "0.5.8",
"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-12-01)\n\nember-eslint-parser 0.5.7 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#114](https://github.com/ember-tooling/ember-eslint-parser/pull/114) Define `preprocess` as `undefined` ([@MrChocolatine](https://github.com/MrChocolatine))\n\n#### Committers: 1\n- [@MrChocolatine](https://github.com/MrChocolatine)\n"
"description": "## Release (2025-01-15)\n\nember-eslint-parser 0.5.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#118](https://github.com/ember-tooling/ember-eslint-parser/pull/118) Fix resolving of peer deps ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#116](https://github.com/ember-tooling/ember-eslint-parser/pull/116) Tests for TS flat-config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2025-01-15)

ember-eslint-parser 0.5.8 (patch)

#### :bug: Bug Fix
* `ember-eslint-parser`
* [#118](https://github.com/ember-tooling/ember-eslint-parser/pull/118) Fix resolving of peer deps ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* `ember-eslint-parser`
* [#116](https://github.com/ember-tooling/ember-eslint-parser/pull/116) Tests for TS flat-config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-12-01)

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

0 comments on commit 8fbf4f6

Please sign in to comment.