From a98a84a9e6e57cae2325a98abda4ae746ec83092 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Sat, 20 Jun 2020 19:49:50 +0200 Subject: [PATCH] [Bumped Version] 7.2.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3201f92e9..4c3a1913a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +## 7.2.0 (2020-06-20) + +* feat/ merge electron-builder npm scripts ([ddd92b3](https://github.com/maximegris/angular-electron/commit/ddd92b3)) +* fix/ ng lint with eslint ([92d7419](https://github.com/maximegris/angular-electron/commit/92d7419)) +* misc/ upgrade Electron (9.0.4) / Angular (9.1.11) ([21f7401](https://github.com/maximegris/angular-electron/commit/21f7401)) +* ref/ electron remote deprecated ([a8628fc](https://github.com/maximegris/angular-electron/commit/a8628fc)) + + + ## 7.1.0 (2020-05-02) +* [Bumped Version] 7.1.0 ([8dffcea](https://github.com/maximegris/angular-electron/commit/8dffcea)) * feat/ VSCode : add Debugging config for man process (#465) + Karma ([acc62d9](https://github.com/maximegris/angular-electron/commit/acc62d9)), closes [#465](https://github.com/maximegris/angular-electron/issues/465) * fix/ Karma configuration to debug easily ([273e752](https://github.com/maximegris/angular-electron/commit/273e752)) diff --git a/package.json b/package.json index 7d0cba09d..e6c772d4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-electron", - "version": "7.1.0", + "version": "7.2.0", "description": "Angular 9 with Electron (Typescript + SASS + Hot Reload)", "homepage": "https://github.com/maximegris/angular-electron", "author": {