Skip to content

Commit

Permalink
release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jul 11, 2020
1 parent ead7e84 commit cea2452
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,18 @@ Chai Exec adheres to [Semantic Versioning](http://semver.org/).



[v2.1.0](https://github.com/JS-DevTools/chai-exec/tree/v2.1.0) (2020-07-11)
----------------------------------------------------------------------------------------------------

- If the `env` option is not set, then it defaults to `process.env`, _except_ for Node.js environment
variables, such as `NODE_ENV` and `NODE_OPTIONS`. Since Chai Exec is mostly used to test Node.js CLIs,
this ensures that these environment variables don't unexpectedly affect the spawned CLI process.


[Full Changelog](https://github.com/JS-DevTools/chai-exec/compare/v2.0.4...v2.1.0)



[v2.0.0](https://github.com/JS-DevTools/chai-exec/tree/v2.0.0) (2020-03-04)
----------------------------------------------------------------------------------------------------

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

0 comments on commit cea2452

Please sign in to comment.