Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 8, 2022
1 parent 3c3821c commit d5c70e5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/dwmkerr/wait-port/compare/v0.3.1...v1.0.0) (2022-09-08)


### ⚠ BREAKING CHANGES

* Returns now an object instead of an boolean. The object contains the property `open: boolean` and if `open` is `true` it will also contain `ipVersion` which will be `4` or `6` dependening on which IP version the open port was found on.

### Bug Fixes

* Check both IPv4 and IPv6 when dns-name supplied ([#84](https://github.com/dwmkerr/wait-port/issues/84)) ([3c3821c](https://github.com/dwmkerr/wait-port/commit/3c3821ca7e7079ca238ce28c0886b0fabaa49470))

## [0.3.1](https://github.com/dwmkerr/wait-port/compare/v0.3.0...v0.3.1) (2022-09-05)


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
@@ -1,6 +1,6 @@
{
"name": "wait-port",
"version": "0.3.1",
"version": "1.0.0",
"description": "Utility to wait for a TCP port to open.",
"main": "./lib/wait-port.js",
"bin": {
Expand Down

0 comments on commit d5c70e5

Please sign in to comment.