From 6fbcbbe5a29121469d366f1de06c165412f0458d Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Wed, 16 Sep 2020 07:38:23 -0400 Subject: [PATCH] Release 3.0.0-beta.4 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ef0c3b..7c9a748d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v3.0.0-beta.4 (2020-09-16) + +#### :bug: Bug Fix +* [#589](https://github.com/adopted-ember-addons/ember-electron/pull/589) Fix handle-file-urls on Windows ([@bendemboski](https://github.com/bendemboski)) + +#### :memo: Documentation +* [#576](https://github.com/adopted-ember-addons/ember-electron/pull/576) Add IndexedDB migration instructions ([@rwwagner90](https://github.com/rwwagner90)) +* [#490](https://github.com/adopted-ember-addons/ember-electron/pull/490) Correct the link to felixs github ([@spruce](https://github.com/spruce)) + +#### Committers: 4 +- Ben Demboski ([@bendemboski](https://github.com/bendemboski)) +- Felix Fichte ([@spruce](https://github.com/spruce)) +- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ## v3.0.0-beta.3 (2020-05-22) #### :boom: Breaking Change diff --git a/package.json b/package.json index 3c8618d2..9d0c4213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-electron", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "An addon for building Desktop apps with Ember and Electron.", "keywords": [ "atom",