diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b37745d1..c19e980e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +## 10.0.2 (2021-06-25) + +* ci/ workflow ubuntu without test ([2b819d7](https://github.com/maximegris/angular-electron/commit/2b819d7)) +* fix/ spectron e2e test ([742095f](https://github.com/maximegris/angular-electron/commit/742095f)) +* ref/ set default angular eslint rules ([7d531d1](https://github.com/maximegris/angular-electron/commit/7d531d1)) + + + ## 10.0.1 (2021-06-19) +* [Bumped Version] 10.0.1 ([9b79616](https://github.com/maximegris/angular-electron/commit/9b79616)) * 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)) diff --git a/package-lock.json b/package-lock.json index 3577bf546..9d14572de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-electron", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 792f272e6..d780acac4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-electron", - "version": "10.0.1", + "version": "10.0.2", "description": "Angular 12 with Electron (Typescript + SASS + Hot Reload)", "homepage": "https://github.com/maximegris/angular-electron", "author": {