Skip to content

Commit

Permalink
Updated the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 11, 2018
1 parent a543c0b commit 3567574
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version [4.5.0](https://github.com/cedx/lcov.js/compare/v4.4.0...v4.5.0)
- Ported the source code to [TypeScript](https://www.typescriptlang.org).
- Updated the package dependencies.

## Version [4.4.0](https://github.com/cedx/lcov.js/compare/v4.3.0...v4.4.0)
- Added the `offset` and `source` properties to the `LcovError` class.
- Updated the package dependencies.
Expand Down
4 changes: 2 additions & 2 deletions doc/usage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
path: blob/master/lib
source: report.js
path: blob/master
source: src/report.ts

# Usage
**LCOV Reports for JS** provides a set of classes representing a [LCOV](http://ltp.sourceforge.net/coverage/lcov.php) coverage report and its data.
Expand Down

0 comments on commit 3567574

Please sign in to comment.