From 6ede0c8ae79f343730385444f9ed3718c3e6a1e9 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Fri, 31 May 2019 17:59:16 +0200 Subject: [PATCH] ref/ strict version codelyzer --- CHANGELOG.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99712e3..958ca97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 6.0.0 (2019-05-31) +* [Bumped Version] 6.0.0 ([fb719ab](https://github.com/maximegris/angular-electron/commit/fb719ab)) * bump angular version ([7a564a0](https://github.com/maximegris/angular-electron/commit/7a564a0)) * Fix Travis CI link ([10aaa4c](https://github.com/maximegris/angular-electron/commit/10aaa4c)) * Not gitignore src/karma.conf.js ([7599320](https://github.com/maximegris/angular-electron/commit/7599320)) diff --git a/package.json b/package.json index baf185e..19480b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-electron", - "version": "6.0.0", + "version": "6.0.1", "description": "Angular 8 with Electron (Typescript + SASS + Hot Reload)", "homepage": "https://github.com/maximegris/angular-electron", "author": { @@ -56,7 +56,7 @@ "@types/mocha": "5.2.6", "@types/node": "8.9.4", "chai": "4.2.0", - "codelyzer": "^5.0.1", + "codelyzer": "5.0.1", "conventional-changelog-cli": "2.0.11", "core-js": "2.6.1", "electron": "5.0.2",