Skip to content

Commit 4d672e6

Browse files
committed
Release v0.2.1
1 parent 9e03f85 commit 4d672e6

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.2.1 / 2014-06-11
2+
==================
3+
4+
* Fixed a major capturing group regexp regression
5+
16
0.2.0 / 2014-06-09
27
==================
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.2.0",
4+
"version": "0.2.1",
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.2.0",
4+
"version": "0.2.1",
55
"scripts": {
66
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
77
},

0 commit comments

Comments
 (0)