You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .release-plan.json
+8-4
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
{
2
2
"solution": {
3
3
"ember-eslint-parser": {
4
-
"impact": "patch",
5
-
"oldVersion": "0.3.7",
6
-
"newVersion": "0.3.8",
4
+
"impact": "minor",
5
+
"oldVersion": "0.3.8",
6
+
"newVersion": "0.4.0",
7
7
"constraints": [
8
+
{
9
+
"impact": "minor",
10
+
"reason": "Appears in changelog section :rocket: Enhancement"
11
+
},
8
12
{
9
13
"impact": "patch",
10
14
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -17,5 +21,5 @@
17
21
"pkgJSONPath": "./package.json"
18
22
}
19
23
},
20
-
"description": "## Release (2024-02-21)\n\nember-eslint-parser 0.3.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#63](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/63) TypeScript: Support imports without extensions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#62](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/62) Add test situation to verify if imports from gts no longer accidentally are cast to `any` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
*[#80](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/80) Do not allow warnings in our tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
0 commit comments