Skip to content

Commit

Permalink
Merge pull request #122 from ember-tooling/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jan 28, 2025
2 parents 5406ead + 048be01 commit 7aeae9c
Show file tree
Hide file tree
Showing 3 changed files with 22 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.5.7",
"newVersion": "0.5.8",
"oldVersion": "0.5.8",
"newVersion": "0.5.9",
"constraints": [
{
"impact": "patch",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2025-01-28)\n\nember-eslint-parser 0.5.9 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#126](https://github.com/ember-tooling/ember-eslint-parser/pull/126) Fix lint-fixing with typescript-eslint 8 ([@bendemboski](https://github.com/bendemboski))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#125](https://github.com/ember-tooling/ember-eslint-parser/pull/125) Add --fix checking ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#124](https://github.com/ember-tooling/ember-eslint-parser/pull/124) Upgrade to pnpm 10 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#121](https://github.com/ember-tooling/ember-eslint-parser/pull/121) Test against TS 5.5, 5.6, 5.7 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Ben Demboski ([@bendemboski](https://github.com/bendemboski))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Release (2025-01-28)

ember-eslint-parser 0.5.9 (patch)

#### :bug: Bug Fix
* `ember-eslint-parser`
* [#126](https://github.com/ember-tooling/ember-eslint-parser/pull/126) Fix lint-fixing with typescript-eslint 8 ([@bendemboski](https://github.com/bendemboski))

#### :house: Internal
* `ember-eslint-parser`
* [#125](https://github.com/ember-tooling/ember-eslint-parser/pull/125) Add --fix checking ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#124](https://github.com/ember-tooling/ember-eslint-parser/pull/124) Upgrade to pnpm 10 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#121](https://github.com/ember-tooling/ember-eslint-parser/pull/121) Test against TS 5.5, 5.6, 5.7 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Ben Demboski ([@bendemboski](https://github.com/bendemboski))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-01-15)

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

0 comments on commit 7aeae9c

Please sign in to comment.