Skip to content

Commit cc0effb

Browse files
author
Rene Damm
committed
FIX: Package validation failure.
1 parent 66551c1 commit cc0effb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"Exceptions":
3-
[
2+
"ErrorExceptions": [
43
{
54
"ValidationTest": "API Validation",
6-
"PackageVersion": "1.1.0"
5+
"ExceptionMessage": "Breaking changes require a new major version.",
6+
"PackageVersion": "1.1.0-pre.4"
77
}
8-
]
8+
],
9+
"WarningExceptions": []
910
}

0 commit comments

Comments
 (0)