Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 25, 2020
1 parent 377d92b commit 65eac6f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.10.1...master
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.10.2...master

## [0.10.2] - 2020-06-25

[0.10.2]: https://github.com/electron-userland/electron-installer-common/compare/v0.10.1...v0.10.2

### Added

* Support for Electron 9 Linux dependencies (#66)
* macOS support for `readMetadata` (#67)
* Install symbolic icons on Linux when provided (#70)
* TypeScript definition (#71)

### Fixed

* Export all dependencies-related functions (#72)

## [0.10.1] - 2020-02-13

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-installer-common",
"version": "0.10.1",
"version": "0.10.2",
"description": "Common functionality for creating distributable Electron apps",
"author": "Mark Lee",
"license": "Apache-2.0",
Expand Down

0 comments on commit 65eac6f

Please sign in to comment.