Skip to content

Commit 672a28f

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.2.0...v2.0.0) (2021-02-04) ### Bug Fixes * **command:** Restore environment variables before calling `exec` ([c7631e5](c7631e5)) ### 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.
1 parent c7631e5 commit 672a28f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/eficode/wait-for/compare/v1.2.0...v2.0.0) (2021-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **command:** Restore environment variables before calling `exec` ([c7631e5](https://github.com/eficode/wait-for/commit/c7631e52594858ff18d1ab563e111289f8f8b45e))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **command:** HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.
12+
113
# [1.2.0](https://github.com/eficode/wait-for/compare/v1.1.0...v1.2.0) (2021-02-02)
214

315

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wait-for",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"scripts": {
55
"test": "./node_modules/.bin/bats wait-for.bats"
66
},

0 commit comments

Comments
 (0)