Skip to content

Commit 8f91a83

Browse files
committed
0.1.3
1 parent 5d677b9 commit 8f91a83

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.1.3 / 2014-07-06
2+
==================
3+
4+
* Better array support
5+
* Improved support for trailing slash in non-ending mode
16

27
0.1.0 / 2014-03-06
38
==================

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "path-to-regexp",
33
"description": "Express style path to RegExp utility",
4-
"version": "0.1.0",
4+
"version": "0.1.3",
55
"keywords": [
66
"express",
77
"regexp",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "path-to-regexp",
33
"description": "Express style path to RegExp utility",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"scripts": {
66
"test": "istanbul cover _mocha -- -R spec"
77
},

0 commit comments

Comments
 (0)