Skip to content

Commit aaf293d

Browse files
Merge pull request #108 from ember-tooling/release-preview
Prepare Release
2 parents a7f8e7e + 1a7c605 commit aaf293d

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"ember-eslint-parser": {
44
"impact": "patch",
5-
"oldVersion": "0.5.3",
6-
"newVersion": "0.5.4",
5+
"oldVersion": "0.5.4",
6+
"newVersion": "0.5.5",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"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"
20+
"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"
1721
}

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 (2024-11-22)
4+
5+
ember-eslint-parser 0.5.5 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-eslint-parser`
9+
* [#109](https://github.com/ember-tooling/ember-eslint-parser/pull/109) Don't error on custom-elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#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))
11+
12+
#### :house: Internal
13+
* `ember-eslint-parser`
14+
* [#107](https://github.com/ember-tooling/ember-eslint-parser/pull/107) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 2
17+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19+
320
## Release (2024-11-21)
421

522
ember-eslint-parser 0.5.4 (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.4",
3+
"version": "0.5.5",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)