Skip to content

Commit c66f0a5

Browse files
committed
0.10.1
1 parent fda06bf commit c66f0a5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.10.0...master
5+
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.10.1...master
6+
7+
## [0.10.1] - 2020-02-13
8+
9+
[0.10.1]: https://github.com/electron-userland/electron-installer-common/compare/v0.10.0...v0.10.1
10+
11+
### Deprecated
12+
13+
* `spawn` export, use `@malept/cross-spawn-promise` directly (#63)
614

715
## [0.10.0] - 2020-01-21
816

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-installer-common",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Common functionality for creating distributable Electron apps",
55
"author": "Mark Lee",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)