From 743dff312a36faf787d0524471d90d4b3455488b Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Thu, 3 Oct 2019 14:37:50 +0800 Subject: [PATCH] chore(release): 0.2.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf981a..daf2c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index e999986..47b6458 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wait-port", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5560cc3..e47866d 100644 --- a/package.json +++ b/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": {