Skip to content

Commit d48601a

Browse files
chore(release): 2.2.4 [skip ci]
## [2.2.4](v2.2.3...v2.2.4) (2023-01-09) ### Bug Fixes * `wget` in alpine runs into an endless retry loop ([#100](#100)) ([b15c461](b15c461))
1 parent b15c461 commit d48601a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.4](https://github.com/eficode/wait-for/compare/v2.2.3...v2.2.4) (2023-01-09)
2+
3+
4+
### Bug Fixes
5+
6+
* `wget` in alpine runs into an endless retry loop ([#100](https://github.com/eficode/wait-for/issues/100)) ([b15c461](https://github.com/eficode/wait-for/commit/b15c46119a7a2851c29a7e687d71eafb9fb8750a))
7+
18
## [2.2.3](https://github.com/eficode/wait-for/compare/v2.2.2...v2.2.3) (2022-03-05)
29

310

package-lock.json

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

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.3",
3+
"version": "2.2.4",
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"

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.3"
25+
VERSION="2.2.4"
2626

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

0 commit comments

Comments
 (0)