From 2a2fc488d5c87902338e6c1e9bdfc68d7cd58d56 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jul 2019 00:05:20 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/valishah/portess/compare/v1.0.1...v1.1.0) (2019-07-18) ### Features * **port:** Extended port.get() to return first available port from list of ports ([3fb506c](https://github.com/valishah/portess/commit/3fb506c)) --- CHANGELOG.md | 7 +++++++ package.json | 23 ++++++++++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c192991..52a7c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/valishah/portess/compare/v1.0.1...v1.1.0) (2019-07-18) + + +### Features + +* **port:** Extended port.get() to return first available port from list of ports ([3fb506c](https://github.com/valishah/portess/commit/3fb506c)) + ## [1.0.1](https://github.com/valishah/portess/compare/v1.0.0...v1.0.1) (2019-07-16) diff --git a/package.json b/package.json index 1096985..bb57447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portess", - "version": "1.0.1", + "version": "1.1.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,8 +17,25 @@ "type": "git", "url": "https://github.com/valishah/portess.git" }, - "keywords": ["port", "process", "find port", "find free port", "find available port", "is process running", - "find process by pid", "open", "net", "random", "preferred", "tcp", "kill", "running", "management", "open port", "scan"], + "keywords": [ + "port", + "process", + "find port", + "find free port", + "find available port", + "is process running", + "find process by pid", + "open", + "net", + "random", + "preferred", + "tcp", + "kill", + "running", + "management", + "open port", + "scan" + ], "author": "", "license": "ISC", "bugs": {