Skip to content

Commit ace7428

Browse files
author
tunnckoCore
committed
Release v1.0.2
1 parent 884efdb commit ace7428

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

history.md

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

22

3+
## v1.0.2 / January 28, 2015
4+
- Release v1.0.2 / [email protected]
5+
- rebuild readme
6+
- improve coverage to 100%
7+
- bump devDeps
8+
- update tests
9+
- add `coverage-code-regex`
10+
- fix tests for coverage
11+
- add coverage, update travis tasks
12+
313
## v1.0.1 / January 27, 2015
414
- Release v1.0.1 / [email protected]
515
- add `$` to the ranges
@@ -12,4 +22,4 @@
1222
- travis & coveralls
1323

1424
## v0.0.0 / January 26, 2015
15-
- first commits
25+
- first commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "function-regex",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Function regex. Regular expression for matching function parts. Expose match groups for function name, arguments and function body.",
55
"scripts": {
66
"lint": "jshint index.js && jscs index.js --reporter inline",

0 commit comments

Comments
 (0)