Skip to content

Commit 2b86ce8

Browse files
chore(release): 2.1.0-beta.1 [skip ci]
# [2.1.0-beta.1](v2.0.0...v2.1.0-beta.1) (2021-02-16) ### Features * adds support for http using wget ([3758bab](3758bab)), closes [#14](#14)
1 parent 3758bab commit 2b86ce8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0-beta.1](https://github.com/eficode/wait-for/compare/v2.0.0...v2.1.0-beta.1) (2021-02-16)
2+
3+
4+
### Features
5+
6+
* adds support for http using wget ([3758bab](https://github.com/eficode/wait-for/commit/3758babd60b300068aee7bf80691e5085c3949b8)), closes [#14](https://github.com/eficode/wait-for/issues/14)
7+
18
# [2.0.0](https://github.com/eficode/wait-for/compare/v1.2.0...v2.0.0) (2021-02-04)
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.0.0",
3+
"version": "2.1.0-beta.1",
44
"scripts": {
55
"test": "./node_modules/.bin/bats wait-for.bats"
66
},

0 commit comments

Comments
 (0)