Skip to content

Releases: kraenhansen/dotenv-run-script

v0.4.1 Fixed passing parsed arguments

13 Sep 13:37

Choose a tag to compare

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

11 Sep 13:44

Choose a tag to compare

Now using npm.cmd as command on 32bit Windows.

Thanks to @naive17 for the PR.

v0.3.0 Passing shell: true on Windows

16 Jun 14:42
7c4969d

Choose a tag to compare

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

29 Nov 12:08

Choose a tag to compare

This release adds propagation of the exit status code from the child process.

Thanks to @styx0r for the PR!

v0.1.0 Initial release

29 Nov 12:07

Choose a tag to compare

Initial commit