Skip to content

Commit 36ec4e7

Browse files
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2021-04-27) ### Bug Fixes * uses timeout in nc as it is used with wget ([#42](#42)) ([0195167](0195167))
1 parent 0195167 commit 36ec4e7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.2](https://github.com/eficode/wait-for/compare/v2.1.1...v2.1.2) (2021-04-27)
2+
3+
4+
### Bug Fixes
5+
6+
* uses timeout in nc as it is used with wget ([#42](https://github.com/eficode/wait-for/issues/42)) ([0195167](https://github.com/eficode/wait-for/commit/019516781dcca428cb0ee372e008e251e333f1ac))
7+
18
## [2.1.1](https://github.com/eficode/wait-for/compare/v2.1.0...v2.1.1) (2021-03-12)
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.1.1",
3+
"version": "2.1.2",
44
"scripts": {
55
"test": "./node_modules/.bin/bats wait-for.bats"
66
},

0 commit comments

Comments
 (0)