Skip to content

Commit bffd53a

Browse files
committed
Time to make a release
1 parent 0a82689 commit bffd53a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

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

252252
## Release History
253253

254+
* `v1.2.0` (2017-04-30)
255+
- Was compatible with Grunt `0.4` all the time, hence lowering the dependency requirement #60
254256
* `v1.1.1` (2016-08-29)
255257
- Istanbul `v0.4.5` and using `data.src` instead of `fileSrc` for compatibility #59
256258
* `v1.1.0` (2016-08-23)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-jasmine-node-coverage",
33
"description": "Grunt task for running jasmine using istanbul for code coverage reports. Based off of grunt-jasmine-node by Omar Gonzalez (s9tpepper).",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"homepage": "https://github.com/jribble/grunt-jasmine-node-coverage",
66
"author": {
77
"name": "Jarrod Ribble",
@@ -37,15 +37,15 @@
3737
"README.md"
3838
],
3939
"dependencies": {
40-
"deepmerge": "^0.2.10",
40+
"deepmerge": "^1.3.2",
4141
"istanbul": "^0.4.5",
4242
"jasmine": "^2.4.1",
4343
"jasmine-reporters": "^2.2.0",
4444
"jasmine-spec-reporter": "^2.5.0"
4545
},
4646
"devDependencies": {
4747
"grunt": "^1.0.1",
48-
"grunt-eslint": "^18.0.0"
48+
"grunt-eslint": "^19.0.0"
4949
},
5050
"peerDependencies": {
5151
"grunt": ">=0.4.5"

0 commit comments

Comments
 (0)