diff --git a/NEWS.md b/NEWS.md index d4256b9..b1808ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,15 @@ ## [Unreleased] -[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.7.2...master +[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.7.3...master + +## [0.7.3] - 2019-06-19 + +[0.7.3]: https://github.com/electron-userland/electron-installer-common/compare/v0.7.2...v0.7.3 + +### Fixed + +* Allow multiple package names for trash dependencies (#37) ## [0.7.2] - 2019-06-12 diff --git a/package.json b/package.json index 6d571de..795b458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-installer-common", - "version": "0.7.2", + "version": "0.7.3", "description": "Common functionality for creating distributable Electron apps", "author": "Mark Lee", "license": "Apache-2.0",