Skip to content

Commit a13902c

Browse files
chore(release): 2.1.3 [skip ci]
## [2.1.3](v2.1.2...v2.1.3) (2021-07-12) ### Bug Fixes * typo in error message for missing wget command ([db2479e](db2479e))
1 parent db2479e commit a13902c

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.3](https://github.com/eficode/wait-for/compare/v2.1.2...v2.1.3) (2021-07-12)
2+
3+
4+
### Bug Fixes
5+
6+
* typo in error message for missing wget command ([db2479e](https://github.com/eficode/wait-for/commit/db2479e4411441e8edc9188d002ee73b3d3e8e4e))
7+
18
## [2.1.2](https://github.com/eficode/wait-for/compare/v2.1.1...v2.1.2) (2021-04-27)
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.1.2",
3+
"version": "2.1.3",
44
"scripts": {
55
"test": "./node_modules/.bin/bats wait-for.bats"
66
},

0 commit comments

Comments
 (0)