Skip to content

Commit dc06760

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2021-03-12) ### Bug Fixes * correctly render the command name in the help text ([d2bbce7](d2bbce7)), closes [#16](#16)
1 parent d2bbce7 commit dc06760

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.1](https://github.com/eficode/wait-for/compare/v2.1.0...v2.1.1) (2021-03-12)
2+
3+
4+
### Bug Fixes
5+
6+
* correctly render the command name in the help text ([d2bbce7](https://github.com/eficode/wait-for/commit/d2bbce787871c67cdcfe1e614b90f96e1c3217f3)), closes [#16](https://github.com/eficode/wait-for/issues/16)
7+
18
# [2.1.0](https://github.com/eficode/wait-for/compare/v2.0.0...v2.1.0) (2021-02-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.0",
3+
"version": "2.1.1",
44
"scripts": {
55
"test": "./node_modules/.bin/bats wait-for.bats"
66
},

0 commit comments

Comments
 (0)