Releases: kraenhansen/dotenv-run-script
Releases · kraenhansen/dotenv-run-script
v0.4.1 Fixed passing parsed arguments
During the refactor, I made a silly mistake. which wasn't caught since the package was tested against an old version instead of the one in the mono-repo.
Thanks to @vasiliy0s for reporting #9.
v0.4.0 Using `npm.cmd` on 32bit Windows
Now using npm.cmd as command on 32bit Windows.
Thanks to @naive17 for the PR.
v0.3.0 Passing shell: true on Windows
Now passing shell: true option on Windows.
Thanks to @ArturM94 for the PR and @floyd-may for the original issue!
v0.2.0 Propagating exit status code
This release adds propagation of the exit status code from the child process.
Thanks to @styx0r for the PR!
v0.1.0 Initial release
Initial commit