diff --git a/CHANGELOG.md b/CHANGELOG.md index a19acbc..c2714aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.1](https://github.com/JhonatanMedeiros/webview-angular-electron/compare/1.0.0...1.0.1) (2020-06-15) + + +### Bug Fixes + +* **electron-builder:** icon release not working ([325c986](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/325c9867b23a1d88e06a53c9ff9475b8e14f29c6)) + + + # 1.0.0 (2020-05-24) diff --git a/package-lock.json b/package-lock.json index 1a439eb..af95e95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webview-angular-electron", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16fcc48..1e9b244 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webview-angular-electron", - "version": "1.0.0", + "version": "1.0.1", "description": "Manage multiples WebView with Angular e Electron", "author": { "email": "jhonatan.medeiros02@gmail.com",