Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 12, 2019
1 parent e732241 commit 1e62428
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

## [Unreleased]

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

## [0.7.2] - 2019-06-12

[0.7.2]: https://github.com/electron-userland/electron-installer-common/compare/v0.7.1...v0.7.2

### Added

* Add `packagePaths` to `options` when calling `ElectronInstaller.movePackage()`
* Add `packagePaths` to `options` when calling `ElectronInstaller.movePackage()` (#36)

## [0.7.1] - 2019-06-09

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.7.1",
"version": "0.7.2",
"description": "Common functionality for creating distributable Electron apps",
"author": "Mark Lee",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1e62428

Please sign in to comment.