Skip to content

Commit e038ac4

Browse files
author
tunnckoCore
committed
Release v1.0.2
1 parent d5341fb commit e038ac4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

history.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11

22

3+
## v1.0.2 / January 28, 2015
4+
- Release v1.0.2 / [email protected]
5+
- add new test
6+
- update regex
7+
38
## v1.0.1 / January 28, 2015
49
- Release v1.0.1 / [email protected]
510
- fix regex range to {1,22}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coverage-code-regex",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Regular expression (regex) for matching ugly code that coverage tools add during the test process. Like this one `__cov_Ejgcx$XN18CSfmeWn$f7vQ.f['2']++;`",
55
"scripts": {
66
"lint": "jshint index.js && jscs index.js --reporter inline",

0 commit comments

Comments
 (0)