Skip to content

Commit

Permalink
[Bumped Version] 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Jun 19, 2021
1 parent af0a677 commit 9b79616
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## <small>10.0.1 (2021-06-19)</small>

* fix/ use node 3rd party libraries in renderer process ([1fb08a7](https://github.com/maximegris/angular-electron/commit/1fb08a7))
* ref/ eslint conf ([af0a677](https://github.com/maximegris/angular-electron/commit/af0a677))
* update README (electron builder two package structure) ([2e29232](https://github.com/maximegris/angular-electron/commit/2e29232))
* Update README.md ([33f5f6d](https://github.com/maximegris/angular-electron/commit/33f5f6d))



## 10.0.0 (2021-05-30)

* [Bumped Version] 10.0.0 ([6c02b97](https://github.com/maximegris/angular-electron/commit/6c02b97))
* [Bumped Version] 10.0.0 ([987e996](https://github.com/maximegris/angular-electron/commit/987e996))
* [Bumped Version] 10.0.0 ([38f58de](https://github.com/maximegris/angular-electron/commit/38f58de))
* add HOW_TO.md ([3a85294](https://github.com/maximegris/angular-electron/commit/3a85294))
* fix/ github actions - angular-cli need node 12+ ([154d3fc](https://github.com/maximegris/angular-electron/commit/154d3fc))
Expand Down
2 changes: 1 addition & 1 deletion app/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 app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "10.0.0",
"version": "10.0.1",
"main": "main.js",
"private": true,
"dependencies": {
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": "angular-electron",
"version": "10.0.0",
"version": "10.0.1",
"description": "Angular 12 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
Expand Down

0 comments on commit 9b79616

Please sign in to comment.