Skip to content

Commit 2ad3af2

Browse files
author
tunnckoCore
committed
Release v1.0.1
1 parent 146d30b commit 2ad3af2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

history.md

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

22

3+
## v1.0.1 / January 28, 2015
4+
- Release v1.0.1 / [email protected]
5+
- fix regex range to {1,22}
6+
37
## v1.0.0 / January 28, 2015
48
- Release v1.0.0 / [email protected]
59
- update description and example usage

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.0",
3+
"version": "1.0.1",
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)