Skip to content

Commit 62d360d

Browse files
committed
How can this be, bug fix breaks. Now bug fix to fix it
1 parent 92cee52 commit 62d360d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ Please note that the junit reporter is no longer available. If you are using thi
302302

303303
## Release History
304304

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`)
305307
* `v2.0.0` (2017-09-20)
306308
- **Breaking changes alert! Ensure you read the migration guide before updating from previous versions**
307309
- Updated to jasmine-spec-reporter `v3.3.0`. Older style configuration needs to be updated, see migration guide for more details.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"deepmerge": "^1.5.1",
4141
"istanbul": "^0.4.5",
42-
"jasmine": "^2.5.3",
42+
"jasmine": "2.5.2",
4343
"jasmine-reporters": "^2.2.1",
4444
"jasmine-spec-reporter": "^3.3.0"
4545
},

0 commit comments

Comments
 (0)