Skip to content

Commit

Permalink
chore(main): release 1.0.4 (#98)
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 Oct 18, 2022
1 parent 7cc0fac commit 2988169
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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.4](https://github.com/dwmkerr/wait-port/compare/v1.0.3...v1.0.4) (2022-10-18)


### Bug Fixes

* Handle systems without IPv6 properly ([#97](https://github.com/dwmkerr/wait-port/issues/97)) ([7cc0fac](https://github.com/dwmkerr/wait-port/commit/7cc0facab2c6735b6f03c1528a1114d1d9658eae))

## [1.0.3](https://github.com/dwmkerr/wait-port/compare/v1.0.2...v1.0.3) (2022-10-12)


Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.3",
"version": "1.0.4",
"description": "Utility to wait for a TCP port to open.",
"main": "./lib/wait-port.js",
"bin": {
Expand Down

0 comments on commit 2988169

Please sign in to comment.