Skip to content

Commit

Permalink
Update changelog, version
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Oct 17, 2012
1 parent d5aaee4 commit 7b3f92c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -133,6 +133,7 @@ All the features of istanbul can be accessed as a library using its [public API]
Changelog
---------

* v0.1.8 : Fix issue #11.
* v0.1.7 : Add text summary and detailed reporting available as --print [summary|detail|both|none]. summary is the default if nothing specified.
* v0.1.6 : Handle backslashes in the file path correctly in emitted code. Fixes #9. Thanks to @nowamasa for bug report and fix
* v0.1.5 : make object-utils.js work on a browser as-is
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul",
"version": "0.1.7",
"version": "0.1.8",
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale",
"keywords": "coverage,code coverage, JS code coverage, JS coverage",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
Expand Down

0 comments on commit 7b3f92c

Please sign in to comment.