File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,8 @@ Please note that the junit reporter is no longer available. If you are using thi
302
302
303
303
## Release History
304
304
305
+ * ` v2.0.1 ` (2017-09-20)
306
+ - Looks like the compatibility between different dependencies requires to use ` jasmine ` of version ` 2.5.2 ` , which is not the latest (` 2.5.3 ` )
305
307
* ` v2.0.0 ` (2017-09-20)
306
308
- ** Breaking changes alert! Ensure you read the migration guide before updating from previous versions**
307
309
- Updated to jasmine-spec-reporter ` v3.3.0 ` . Older style configuration needs to be updated, see migration guide for more details.
Original file line number Diff line number Diff line change 39
39
"dependencies" : {
40
40
"deepmerge" : " ^1.5.1" ,
41
41
"istanbul" : " ^0.4.5" ,
42
- "jasmine" : " ^ 2.5.3 " ,
42
+ "jasmine" : " 2.5.2 " ,
43
43
"jasmine-reporters" : " ^2.2.1" ,
44
44
"jasmine-spec-reporter" : " ^3.3.0"
45
45
},
You can’t perform that action at this time.
0 commit comments