Skip to content

Commit 045ebdd

Browse files
committed
Mention what was done last night
1 parent e6b405d commit 045ebdd

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
@@ -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.1.1` (2016-08-29)
255+
- Istanbul `v0.4.5` and using `data.src` instead of `fileSrc` for compatibility #59
254256
* `v1.1.0` (2016-08-23)
255257
- Add Node.js `v0.10.0` support back by using `var` instead of `const` and `let`, #55
256258
- Teamcity reporter for Jasmine, #56

package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "1.1.1",
55
"homepage": "https://github.com/jribble/grunt-jasmine-node-coverage",
66
"author": {
77
"name": "Jarrod Ribble",

0 commit comments

Comments
 (0)