Skip to content

Commit 7bb6300

Browse files
committed
Release 0.0.10
1 parent 8c7e613 commit 7bb6300

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.0.10 / 2013-06-25
3+
==================
4+
5+
* add getIP()
6+
* add more test cases
7+
28
0.0.9 / 2013-05-08
39
==================
410

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "utility",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "A collection of useful utilities.",
55
"main": "index.js",
66
"scripts": {
77
"test": "make test-all",
88
"blanket": { "pattern": "utility/lib" },
9-
"travis-cov": { "threshold": 98 }
9+
"travis-cov": { "threshold": 99 }
1010
},
1111
"dependencies": {
1212

0 commit comments

Comments
 (0)