Skip to content

Commit

Permalink
chore(release): 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Oct 3, 2019
1 parent 31418c2 commit 743dff3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.

### [0.2.4](https://github.com/dwmkerr/wait-port/compare/v0.2.3...v0.2.4) (2019-10-03)


### Features

* add the 'wait-for-dns' flag ([#47](https://github.com/dwmkerr/wait-port/issues/47)) ([31418c2](https://github.com/dwmkerr/wait-port/commit/31418c2)), closes [#41](https://github.com/dwmkerr/wait-port/issues/41)

### [0.2.3](https://github.com/dwmkerr/wait-port/compare/v0.2.2...v0.2.3) (2019-10-03)


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.2.3",
"version": "0.2.4",
"description": "Utility to wait for a TCP port to open.",
"main": "./lib/wait-port.js",
"bin": {
Expand Down

0 comments on commit 743dff3

Please sign in to comment.