Skip to content

Commit b8cde59

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2021-02-02) ### Bug Fixes * **iteration:** Remember to try one last time before giving up ([2ed5308](2ed5308)) ### Features * **option:** Restrict the timeout input to non-negative integers ([c4d125f](c4d125f)) * **option:** Support more conventional formats in the option parser ([ce95717](ce95717))
1 parent 12fe371 commit b8cde59

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.1.0](https://github.com/eficode/wait-for/compare/v1.0.0...v1.1.0) (2021-02-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **iteration:** Remember to try one last time before giving up ([2ed5308](https://github.com/eficode/wait-for/commit/2ed5308e39aa9fe462fde50dc491deedd8dbad75))
7+
8+
9+
### Features
10+
11+
* **option:** Restrict the timeout input to non-negative integers ([c4d125f](https://github.com/eficode/wait-for/commit/c4d125f22d34dfa589509abd0103404a7ab2a222))
12+
* **option:** Support more conventional formats in the option parser ([ce95717](https://github.com/eficode/wait-for/commit/ce95717bd98e65a447aa2f0de6ae64e52bbfbe65))
13+
114
# 1.0.0 (2021-01-31)
215

316

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wait-for",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"scripts": {
55
"test": "./node_modules/.bin/bats wait-for.bats"
66
},
@@ -26,9 +26,9 @@
2626
"@semantic-release/github",
2727
{
2828
"assets": [
29-
{
30-
"path": "wait-for",
31-
"name": "wait-for_${nextRelease.gitTag}",
29+
{
30+
"path": "wait-for",
31+
"name": "wait-for_${nextRelease.gitTag}",
3232
"label": "The wait-for script (${nextRelease.gitTag})"
3333
}
3434
]

0 commit comments

Comments
 (0)