Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2019-07-18)

### Features

* **port:** Extended port.get() to return first available port from list of ports ([3fb506c](3fb506c))
  • Loading branch information
semantic-release-bot committed Jul 18, 2019
1 parent d40d9b5 commit 2a2fc48
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
23 changes: 20 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portess",
"version": "1.0.1",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -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": {
Expand Down

0 comments on commit 2a2fc48

Please sign in to comment.