Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-03-25)

### Bug Fixes

* correctly render the command name in the help text ([d2bbce7](d2bbce7)), closes [#16](#16)
* **command:** Restore environment variables before calling `exec` ([c7631e5](c7631e5))
* **iteration:** Remember to try one last time before giving up ([2ed5308](2ed5308))

### Features

* adds license header to wait-for script ([975d508](975d508))
* adds support for http using wget ([ff0d29d](ff0d29d)), closes [#14](#14)
* **option:** Restrict the timeout input to non-negative integers ([c4d125f](c4d125f))
* **option:** Support more conventional formats in the option parser ([ce95717](ce95717))
* **version:** trigger first release for v1.0.0 ([33f1343](33f1343))

### BREAKING CHANGES

* **command:** HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.
  • Loading branch information
semantic-release-bot committed Mar 25, 2021
1 parent 2193507 commit a7411a6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 1.0.0 (2021-03-25)


### Bug Fixes

* correctly render the command name in the help text ([d2bbce7](https://github.com/mrako/wait-for/commit/d2bbce787871c67cdcfe1e614b90f96e1c3217f3)), closes [#16](https://github.com/mrako/wait-for/issues/16)
* **command:** Restore environment variables before calling `exec` ([c7631e5](https://github.com/mrako/wait-for/commit/c7631e52594858ff18d1ab563e111289f8f8b45e))
* **iteration:** Remember to try one last time before giving up ([2ed5308](https://github.com/mrako/wait-for/commit/2ed5308e39aa9fe462fde50dc491deedd8dbad75))


### Features

* adds license header to wait-for script ([975d508](https://github.com/mrako/wait-for/commit/975d508c4839631c839de553fdca3c72c3628714))
* adds support for http using wget ([ff0d29d](https://github.com/mrako/wait-for/commit/ff0d29d11ecd99a8209c6dd3968fd14ab2878b5b)), closes [#14](https://github.com/mrako/wait-for/issues/14)
* **option:** Restrict the timeout input to non-negative integers ([c4d125f](https://github.com/mrako/wait-for/commit/c4d125f22d34dfa589509abd0103404a7ab2a222))
* **option:** Support more conventional formats in the option parser ([ce95717](https://github.com/mrako/wait-for/commit/ce95717bd98e65a447aa2f0de6ae64e52bbfbe65))
* **version:** trigger first release for v1.0.0 ([33f1343](https://github.com/mrako/wait-for/commit/33f13430ff5780b87ca646058e2b9c2bfba8a8f6))


### BREAKING CHANGES

* **command:** HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.

## [2.1.1](https://github.com/eficode/wait-for/compare/v2.1.0...v2.1.1) (2021-03-12)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wait-for",
"version": "2.1.1",
"version": "1.0.0",
"scripts": {
"test": "./node_modules/.bin/bats wait-for.bats"
},
Expand Down

0 comments on commit a7411a6

Please sign in to comment.