From 4df3f9262d84cab0039c07bf861045fbb3c20ab7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 5 Mar 2022 10:57:17 +0000 Subject: [PATCH] chore(release): 2.2.3 [skip ci] ## [2.2.3](https://github.com/eficode/wait-for/compare/v2.2.2...v2.2.3) (2022-03-05) ### Bug Fixes * **http:** corrects protocol check for wget availability ([#82](https://github.com/eficode/wait-for/issues/82)) ([570c9fb](https://github.com/eficode/wait-for/commit/570c9fbbfd4bd3f86deee2d1159d35c2b80806a4)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- wait-for | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9e1bf..8bdccab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.3](https://github.com/eficode/wait-for/compare/v2.2.2...v2.2.3) (2022-03-05) + + +### Bug Fixes + +* **http:** corrects protocol check for wget availability ([#82](https://github.com/eficode/wait-for/issues/82)) ([570c9fb](https://github.com/eficode/wait-for/commit/570c9fbbfd4bd3f86deee2d1159d35c2b80806a4)) + ## [2.2.2](https://github.com/eficode/wait-for/compare/v2.2.1...v2.2.2) (2022-01-21) diff --git a/package-lock.json b/package-lock.json index f186bb6..730812a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wait-for", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84421cd..5ca0009 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wait-for", - "version": "2.2.2", + "version": "2.2.3", "scripts": { "test": "./node_modules/.bin/bats wait-for.bats", "test:docker": "docker build -t wait-for-test . && docker run --rm -it wait-for-test" diff --git a/wait-for b/wait-for index 7281016..eae37dd 100755 --- a/wait-for +++ b/wait-for @@ -22,7 +22,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -VERSION="2.2.2" +VERSION="2.2.3" set -- "$@" -- "$TIMEOUT" "$QUIET" "$PROTOCOL" "$HOST" "$PORT" "$result" TIMEOUT=15