Skip to content

Commit f647de0

Browse files
fix: mac and windows build (#650)
1 parent efd020f commit f647de0

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.github/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [3.8.6] - 2022-09-22
11+
12+
- Fix mac and windows build
13+
1014
## [3.8.5] - 2022-09-20
1115

1216
### Added

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"graceful-fs-extra": "^2.0.0",
4646
"inherits": "^2.0.4",
4747
"lodash": "^4.17.21",
48-
"nw-install": "^0.3.3",
48+
"nw-install": "^0.3.4",
4949
"plist": "^3.0.5",
5050
"progress": "^2.0.3",
5151
"rcedit": "^3.0.1",

0 commit comments

Comments
 (0)