Skip to content

Commit 4e7d5fd

Browse files
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2021-12-03) ### Bug Fixes * wget timeout does not double ([206b38d](206b38d))
1 parent 206b38d commit 4e7d5fd

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.1](https://github.com/eficode/wait-for/compare/v2.2.0...v2.2.1) (2021-12-03)
2+
3+
4+
### Bug Fixes
5+
6+
* wget timeout does not double ([206b38d](https://github.com/eficode/wait-for/commit/206b38d01ddf0fe76ea35efadc4ebdfb6c877895))
7+
18
# [2.2.0](https://github.com/eficode/wait-for/compare/v2.1.3...v2.2.0) (2021-11-29)
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.0",
3+
"version": "2.2.1",
44
"scripts": {
55
"test": "./node_modules/.bin/bats wait-for.bats"
66
},

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.0"
25+
VERSION="2.2.1"
2626

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

0 commit comments

Comments
 (0)