diff --git a/CHANGELOG.md b/CHANGELOG.md index 99712e340..958ca971b 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 baf185e95..19480b860 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",