diff --git a/NEWS.md b/NEWS.md index 54a0f27..d4256b9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/package.json b/package.json index 8f9b1c0..6d571de 100644 --- a/package.json +++ b/package.json @@ -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",