Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Mar 26, 2020
1 parent f57f95a commit b5d3f26
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 2.0.0 - 2020-03-26

#### Breaking Changes

- drop node 8 / 6 / 4 & 0.1x support
- `findPort()` is no longer based on Bluebird

*See: [`a1c31eb`](https://github.com/testiumjs/find-open-port/commit/a1c31eb474f28ba84c6ab2858bebc1d8935864a8)*

#### Commits

* chore: drop node 8 and below support & remove bluebird & upgrade packages - **[@aaarichter](https://github.com/aaarichter)** [#5](https://github.com/testiumjs/find-open-port/pull/5)
- [`a1c31eb`](https://github.com/testiumjs/find-open-port/commit/a1c31eb474f28ba84c6ab2858bebc1d8935864a8) **refactor:** drop node 8 and below support & remove bluebird & upgrade packages


### 1.0.2

* Use default pkg.json#files style - **[@jkrems](https://github.com/jkrems)** [#3](https://github.com/testiumjs/find-open-port/pull/3)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "find-open-port",
"version": "1.0.2",
"version": "2.0.0",
"description": "Returns a promise for an open port on localhost",
"license": "BSD-3-Clause",
"main": "lib/find-open-port.js",
Expand Down

0 comments on commit b5d3f26

Please sign in to comment.