Skip to content

Commit 6f3e388

Browse files
committed
0.2.3
1 parent 50ef878 commit 6f3e388

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.3 / 2014-07-09
2+
==================
3+
4+
* Add MIT license
5+
16
0.2.2 / 2014-07-06
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.2",
4+
"version": "0.2.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.2.2",
4+
"version": "0.2.3",
55
"scripts": {
66
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
77
},

0 commit comments

Comments
 (0)