Skip to content

Commit 0a5e35b

Browse files
Release 0.2.0
1 parent 1514188 commit 0a5e35b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

History.md

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

2+
0.2.0 / 2012-08-10
3+
==================
4+
5+
* remove debug dep
6+
* update readme
7+
* conform tests to new export
8+
* refactor main export
9+
* Release 0.1.1
10+
* bug fix - send callback when trying to claim already existing port
11+
212
0.1.1 / 2012-08-07
313
==================
414

lib/harbor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function Harbor (min, max) {
5252
* Module Version
5353
*/
5454

55-
Harbor.version = '0.1.1';
55+
Harbor.version = '0.2.0';
5656

5757
/*!
5858
* Inherits from EventEmitter

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harbor",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "TCP port availability and assignment utility.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)