Skip to content

Commit b4980a7

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.3...v2.2.0) (2021-11-29) ### Features * adds -v and --version flag to show the version (Thanks [@philipp-kunz-mimacom](https://github.com/philipp-kunz-mimacom)) ([8636f50](8636f50)), closes [#71](#71)
1 parent 8636f50 commit b4980a7

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.2.0](https://github.com/eficode/wait-for/compare/v2.1.3...v2.2.0) (2021-11-29)
2+
3+
4+
### Features
5+
6+
* adds -v and --version flag to show the version (Thanks [@philipp-kunz-mimacom](https://github.com/philipp-kunz-mimacom)) ([8636f50](https://github.com/eficode/wait-for/commit/8636f50d4a83e3e1c44fafae7c3d63f2f3d8db49)), closes [#71](https://github.com/eficode/wait-for/issues/71)
7+
18
## [2.1.3](https://github.com/eficode/wait-for/compare/v2.1.2...v2.1.3) (2021-07-12)
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wait-for",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"scripts": {
55
"test": "./node_modules/.bin/bats wait-for.bats"
66
},
@@ -70,4 +70,4 @@
7070
]
7171
]
7272
}
73-
}
73+
}

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.1.3"
25+
VERSION="2.2.0"
2626

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

0 commit comments

Comments
 (0)