Skip to content

Commit

Permalink
Release 3.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jan 22, 2021
1 parent 3763fbe commit d6412ba
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Version 9 of Highlight.js has reached EOL and is no longer supported.
Please upgrade or ask whatever dependency you are using to upgrade.
https://github.com/highlightjs/highlight.js/issues/2877

## v3.0.0-beta.5 (2021-01-22)

#### :rocket: Enhancement
* [#685](https://github.com/adopted-ember-addons/ember-electron/pull/685) fix: replace deprecated 'crashed' event ([@knownasilya](https://github.com/knownasilya))
* [#676](https://github.com/adopted-ember-addons/ember-electron/pull/676) Set `contextIsolation` to false for tests ([@rwwagner90](https://github.com/rwwagner90))
* [#638](https://github.com/adopted-ember-addons/ember-electron/pull/638) Fix making/building with a custom output path ([@bendemboski](https://github.com/bendemboski))

#### :memo: Documentation
* [#668](https://github.com/adopted-ember-addons/ember-electron/pull/668) Mention `nodeIntegration` in the documentation ([@bendemboski](https://github.com/bendemboski))
* [#646](https://github.com/adopted-ember-addons/ember-electron/pull/646) fix: typo in link to github profile page of author ([@jl-cs](https://github.com/jl-cs))

#### :house: Internal
* [#699](https://github.com/adopted-ember-addons/ember-electron/pull/699) Remove Mac from tests ([@rwwagner90](https://github.com/rwwagner90))
* [#697](https://github.com/adopted-ember-addons/ember-electron/pull/697) Run Windows and MacOS tests with GH Actions ([@rwwagner90](https://github.com/rwwagner90))
* [#695](https://github.com/adopted-ember-addons/ember-electron/pull/695) Move inline scripts to public folder, document CSP setup ([@rwwagner90](https://github.com/rwwagner90))
* [#671](https://github.com/adopted-ember-addons/ember-electron/pull/671) Convert to GitHub actions ([@rwwagner90](https://github.com/rwwagner90))

#### Committers: 5
- Ben Demboski ([@bendemboski](https://github.com/bendemboski))
- Ilya Radchenko ([@knownasilya](https://github.com/knownasilya))
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
- [@jl-cs](https://github.com/jl-cs)

## v3.0.0-beta.4 (2020-09-16)

#### :bug: Bug Fix
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": "ember-electron",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "An addon for building Desktop apps with Ember and Electron.",
"keywords": [
"atom",
Expand Down

0 comments on commit d6412ba

Please sign in to comment.