Skip to content

Commit 3961d33

Browse files
committed
v2.0.3
1 parent 10240bf commit 3961d33

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v2.0.3 (2021-03-26)
2+
3+
#### 🏡 Internal
4+
5+
* [#8](https://github.com/testiumjs/find-open-port/pull/8) chore: switch to main & update packages ([@aaarichter](https://github.com/aaarichter))
6+
7+
18
### 2.0.2 - 2021-02-17
29

310
* chore(deps): bump ini from 1.3.5 to 1.3.8 - **[@dependabot[bot]](https://github.com/apps/dependabot)** [#7](https://github.com/testiumjs/find-open-port/pull/7)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![nlm-chat](https://img.shields.io/badge/chat-http%3A%2F%2Fsignup.testiumjs.com%2F-F4D03F?logo=chat&logoColor=white)](http://signup.testiumjs.com/)
2+
[![nlm-github](https://img.shields.io/badge/github-testiumjs%2Ffind--open--port%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/testiumjs/find-open-port/issues)
3+
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white)
4+
![nlm-version](https://img.shields.io/badge/version-2.0.3-blue?logo=version&logoColor=white)
15
# Find an Open Port [![Build Status](https://travis-ci.org/testiumjs/find-open-port.svg?branch=master)](https://travis-ci.org/testiumjs/find-open-port)
26

37
## Install

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "find-open-port",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Returns a promise for an open port on localhost",
55
"license": "BSD-3-Clause",
66
"main": "lib/find-open-port.js",

0 commit comments

Comments
 (0)