Skip to content

Commit 23b822b

Browse files
author
tunnckoCore
committed
Release v1.0.1
1 parent fbaa246 commit 23b822b

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 27, 2015
4+
- Release v1.0.1 / npm@v1.0.1
5+
- add `$` to the ranges
6+
37
## v1.0.0 / January 26, 2015
48
- Release v1.0.0 / npm@v1.0.0
59
- remove after_script from travis

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