Skip to content

Commit 47cd819

Browse files
chore(release): 2.2.2 [skip ci]
## [2.2.2](v2.2.1...v2.2.2) (2022-01-21) ### Bug Fixes * **timeout:** resolve degredation which prevented setting indefinite timeout ([b45e76c](b45e76c))
1 parent b45e76c commit 47cd819

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.2](https://github.com/eficode/wait-for/compare/v2.2.1...v2.2.2) (2022-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **timeout:** resolve degredation which prevented setting indefinite timeout ([b45e76c](https://github.com/eficode/wait-for/commit/b45e76cba24166e52c7e1d71fb4c0f557c05de7d))
7+
18
## [2.2.1](https://github.com/eficode/wait-for/compare/v2.2.0...v2.2.1) (2021-12-03)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wait-for",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
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

Lines changed: 1 addition & 1 deletion
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.1"
25+
VERSION="2.2.2"
2626

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

0 commit comments

Comments
 (0)