Skip to content

Commit 993001a

Browse files
Merge pull request #151 from ember-tooling/release-preview
Prepare Release v0.6.0
2 parents e90841c + e2329e0 commit 993001a

3 files changed

Lines changed: 24 additions & 7 deletions

File tree

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"solution": {
33
"ember-eslint-parser": {
4-
"impact": "patch",
5-
"oldVersion": "0.5.12",
6-
"newVersion": "0.5.13",
4+
"impact": "minor",
5+
"oldVersion": "0.5.13",
6+
"newVersion": "0.6.0",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
1212
},
1313
{
1414
"impact": "patch",
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
21-
"description": "## Release (2025-11-12)\n\n* ember-eslint-parser 0.5.13 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#137](https://github.com/ember-tooling/ember-eslint-parser/pull/137) Fix ESM babel configs ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#147](https://github.com/ember-tooling/ember-eslint-parser/pull/147) Add test projects for the experimental worker ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#138](https://github.com/ember-tooling/ember-eslint-parser/pull/138) Upgrade pnpm, re-roll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2026-03-02)\n\n* ember-eslint-parser 0.6.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#149](https://github.com/ember-tooling/ember-eslint-parser/pull/149) Create hbs parser integration ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#152](https://github.com/ember-tooling/ember-eslint-parser/pull/152) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#150](https://github.com/ember-tooling/ember-eslint-parser/pull/150) Refactor transforms.js ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2222
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Release (2026-03-02)
4+
5+
* ember-eslint-parser 0.6.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-eslint-parser`
9+
* [#149](https://github.com/ember-tooling/ember-eslint-parser/pull/149) Create hbs parser integration ([@Copilot](https://github.com/apps/copilot-swe-agent))
10+
11+
#### :house: Internal
12+
* `ember-eslint-parser`
13+
* [#152](https://github.com/ember-tooling/ember-eslint-parser/pull/152) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#150](https://github.com/ember-tooling/ember-eslint-parser/pull/150) Refactor transforms.js ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 2
17+
- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19+
320
## Release (2025-11-12)
421

522
* ember-eslint-parser 0.5.13 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-eslint-parser",
3-
"version": "0.5.13",
3+
"version": "0.6.0",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)