Skip to content

Commit 78c2f97

Browse files
author
tunnckoCore
committed
Release v1.0.0
1 parent b713df0 commit 78c2f97

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

history.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

22

3+
## v1.0.0 / January 28, 2015
4+
- Release v1.0.0 / [email protected]
5+
- update description and example usage
6+
37
## v0.0.0 / January 28, 2015
4-
- first commits
8+
- first commits ([email protected])

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coverage-code-regex",
3-
"version": "0.0.0",
4-
"description": "Regular expression (regex) for matching ugly code (like `__cov_Ejgcx$XN18CSfmeWn$f7vQ.f['2']++;`) that coverage tools add during the test coverage process.",
3+
"version": "1.0.0",
4+
"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",
77
"test": "mocha",

0 commit comments

Comments
 (0)