Skip to content

Commit

Permalink
tagged v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taha Paksu committed Mar 2, 2020
1 parent e2f41ab commit a06706a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ npm install karma-code-reporter --save-dev
```json
{
"devDependencies": {
"karma-code-reporter": "~0.0.1"
"karma-code-reporter": "~0.1.0"
}
}
```
Expand Down Expand Up @@ -109,8 +109,8 @@ module.exports = function (grunt) {
In lieu of a formal styleguide take care to maintain the existing coding style.
## Release History
* 0.0.1 initial release
* 0.0.1 initial release
* 0.0.2 added screenshots to README, fixed wrong version number in Installation section
* 0.0.3 fixed bound calculation, added report visibility hidden until tests are completed
* 0.0.4 added responsive styles
Expand All @@ -121,6 +121,10 @@ In lieu of a formal styleguide take care to maintain the existing coding style.
* 0.0.9 lodash security fix reported by dependabot
* 0.0.10 previous version bump fixes, not so important
* 0.1.0 - added more source line definitions such as "@file?id:line:pos" and " at Anonymous function (file?id:line:pos) for parsing,
- added folder separation by browser type,
- fixed some exceptions
## Author
[Taha PAKSU](http://tahapaksu.com)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* karma-code-reporter
* karma-code-reporter v0.1.0
*
* Copyright 2017 Taha PAKSU
*
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": "karma-code-reporter",
"version": "0.0.11",
"version": "0.1.0",
"description": "A Karma failed test examples creator module/plugin",
"main": "index.js",
"homepage": "https://github.com/tpaksu/karma-code-reporter",
Expand Down

0 comments on commit a06706a

Please sign in to comment.