Skip to content

Commit 4df3f92

Browse files
chore(release): 2.2.3 [skip ci]
## [2.2.3](v2.2.2...v2.2.3) (2022-03-05) ### Bug Fixes * **http:** corrects protocol check for wget availability ([#82](#82)) ([570c9fb](570c9fb))
1 parent f9831b9 commit 4df3f92

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.3](https://github.com/eficode/wait-for/compare/v2.2.2...v2.2.3) (2022-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
18
## [2.2.2](https://github.com/eficode/wait-for/compare/v2.2.1...v2.2.2) (2022-01-21)
29

310

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wait-for",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"scripts": {
55
"test": "./node_modules/.bin/bats wait-for.bats",
66
"test:docker": "docker build -t wait-for-test . && docker run --rm -it wait-for-test"

Diff for: wait-for

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323
# SOFTWARE.
2424

25-
VERSION="2.2.2"
25+
VERSION="2.2.3"
2626

2727
set -- "$@" -- "$TIMEOUT" "$QUIET" "$PROTOCOL" "$HOST" "$PORT" "$result"
2828
TIMEOUT=15

0 commit comments

Comments
 (0)