Skip to content

Commit 52e557e

Browse files
committed
chore(release): 6.0.4
1 parent 6f43a61 commit 52e557e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="6.0.4"></a>
6+
## [6.0.4](https://github.com/moxystudio/node-cross-spawn/compare/v6.0.3...v6.0.4) (2018-01-31)
7+
8+
9+
### Bug Fixes
10+
11+
* fix paths being incorrectly normalized on unix ([06ee3c6](https://github.com/moxystudio/node-cross-spawn/commit/06ee3c6)), closes [#90](https://github.com/moxystudio/node-cross-spawn/issues/90)
12+
13+
14+
515
<a name="6.0.3"></a>
616
## [6.0.3](https://github.com/moxystudio/node-cross-spawn/compare/v6.0.2...v6.0.3) (2018-01-23)
717

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cross-spawn",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "Cross platform child_process#spawn and child_process#spawnSync",
55
"keywords": [
66
"spawn",

0 commit comments

Comments
 (0)