From be43e092bf6a6e191f99c23196059be6ded45d97 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Sun, 15 Nov 2020 11:22:34 +0100 Subject: [PATCH] [Bumped Version] 9.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e86987d..7292f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## 9.0.2 (2020-11-15) + +* Fix typo in eslint rule ([b8429b8](https://github.com/maximegris/angular-electron/commit/b8429b8)) +* misc/ remove old code ([9933622](https://github.com/maximegris/angular-electron/commit/9933622)) + + + ## 9.0.1 (2020-11-14) +* [Bumped Version] 9.0.1 ([066dcdb](https://github.com/maximegris/angular-electron/commit/066dcdb)) * ref/ support remote module in unit test ([04d9e8a](https://github.com/maximegris/angular-electron/commit/04d9e8a)) diff --git a/package.json b/package.json index 56bb8a3..dc8d39f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-electron", - "version": "9.0.1", + "version": "9.0.2", "description": "Angular 11 with Electron (Typescript + SASS + Hot Reload)", "homepage": "https://github.com/maximegris/angular-electron", "author": {