From cabd11e2263dbd255fba9afe16d462fdd27abd52 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Sat, 20 Jun 2020 20:14:06 +0200 Subject: [PATCH] [Bumped Version] 7.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3a1913a..efe4e88b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## 7.2.1 (2020-06-20) + +* ref/ keep only 1 eslint config ([e942747](https://github.com/maximegris/angular-electron/commit/e942747)) + + + ## 7.2.0 (2020-06-20) +* [Bumped Version] 7.2.0 ([a98a84a](https://github.com/maximegris/angular-electron/commit/a98a84a)) * 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)) diff --git a/package.json b/package.json index e6c772d4b..571f8c653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-electron", - "version": "7.2.0", + "version": "7.2.1", "description": "Angular 9 with Electron (Typescript + SASS + Hot Reload)", "homepage": "https://github.com/maximegris/angular-electron", "author": {