Skip to content

Tags: kentcdodds/cross-env

Tags

v10.0.0

Toggle v10.0.0's commit message
fix(release): manually release a major version

There was an issue with a major release, so this manual-releases.md
change is to release a new major version.

Reference: #261

BREAKING CHANGE: I will fix up these notes soon.

v9.0.0

Toggle v9.0.0's commit message
fix(release): manually release a major version

There was an issue with a major release, so this manual-releases.md
change is to release a new major version.

Reference: #261

BREAKING CHANGE: I will fix up these notes soon.

v8.0.0

Toggle v8.0.0's commit message
chore(ci): add back semantic-release

v7.0.4

Toggle v7.0.4's commit message
fix(readme): update readme badges

v7.0.3

Toggle v7.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add dsbert as a contributor (#260)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

v7.0.2

Toggle v7.0.2's commit message
Revert "fix: signal handling (#227)"

This reverts commit 8a9cf0e.

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: signal handling (#227)

Signals should delegate to the child process to determine what to
do as cross-env is a facade to spawning them cross platform.

SIGINT, in particular, can decide swallow the signal and continue on.

cross-env needs to wait for the child to decide when it's time to exit.

fixed leaking `process.on` listeners.

Co-authored-by: Kent C. Dodds <[email protected]>

v7.0.0

Toggle v7.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: update dependencies (#223)

* Update dependencies

BREAKING CHANGE: Drop Node 8 support

v6.0.3

Toggle v6.0.3's commit message
fix: do not compile anything

v6.0.2

Toggle v6.0.2's commit message
fix: table of contents in README