Skip to content

Commit

Permalink
Bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanz committed Oct 22, 2014
1 parent 5ad64b0 commit 28610dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ Options
Changelog
---------

- **v0.1.1**
- Fix [#1](https://github.com/razvanz/jasmine2-reporter/issues/1) - documentation
- Fix [#4](https://github.com/razvanz/jasmine2-reporter/issues/4) - NaN on summary
- Fix [#5](https://github.com/razvanz/jasmine2-reporter/issues/5) - error on undefined stack
- Fix [#6](https://github.com/razvanz/jasmine2-reporter/issues/6) - added `hideEmptySummary` option
- **v0.1.0** (initial functionality)
- terminal reported compatible with `Jasmine 2.0`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jasmine2-reporter",
"version": "0.1.0",
"version": "0.1.1",
"description": "Jasmine 2.0 console reporter.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 28610dc

Please sign in to comment.