Skip to content

Commit cea2452

Browse files
release v2.1.0
1 parent ead7e84 commit cea2452

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
@@ -5,6 +5,18 @@ Chai Exec adheres to [Semantic Versioning](http://semver.org/).
55

66

77

8+
[v2.1.0](https://github.com/JS-DevTools/chai-exec/tree/v2.1.0) (2020-07-11)
9+
----------------------------------------------------------------------------------------------------
10+
11+
- If the `env` option is not set, then it defaults to `process.env`, _except_ for Node.js environment
12+
variables, such as `NODE_ENV` and `NODE_OPTIONS`. Since Chai Exec is mostly used to test Node.js CLIs,
13+
this ensures that these environment variables don't unexpectedly affect the spawned CLI process.
14+
15+
16+
[Full Changelog](https://github.com/JS-DevTools/chai-exec/compare/v2.0.4...v2.1.0)
17+
18+
19+
820
[v2.0.0](https://github.com/JS-DevTools/chai-exec/tree/v2.0.0) (2020-03-04)
921
----------------------------------------------------------------------------------------------------
1022

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": "@jsdevtools/chai-exec",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Chai assertions for testing your CLI",
55
"keywords": [
66
"chai",

0 commit comments

Comments
 (0)