Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bampakoa committed Dec 4, 2021
1 parent 0e2cd39 commit 361a144
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.5.0](https://github.com/bampakoa/ngx-electronify/compare/1.4.0...1.5.0) (2021-12-04)


### Features

* add angular devtools ([9baaf10](https://github.com/bampakoa/ngx-electronify/commit/9baaf10594cfc6a0931e0a5321211332b268d6d8)), closes [#12](https://github.com/bampakoa/ngx-electronify/issues/12)
* show Electron window when app is loaded ([eb41496](https://github.com/bampakoa/ngx-electronify/commit/eb41496fe66b0bbd4d27159157a9e447c1f9d49a))


### Bug Fixes

* allow hot-reload on navigate ([538ec0f](https://github.com/bampakoa/ngx-electronify/commit/538ec0fb9e086b8d07527e6e1b356dc73ffd25ac))
* use try catch for DevTools error handling ([40d0f17](https://github.com/bampakoa/ngx-electronify/commit/40d0f17c7c680576e803ec1326437f7d89b7a9c7))

## [1.4.0](https://github.com/bampakoa/ngx-electronify/compare/1.3.0...1.4.0) (2021-08-09)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-electronify",
"version": "1.4.0",
"version": "1.5.0",
"description": "Angular CLI builder that runs your application in the desktop using Electron",
"keywords": [
"angular",
Expand Down

0 comments on commit 361a144

Please sign in to comment.