diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb37ab..4e49abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +## 9.0.4 (2021-02-13) + +* [Bumped Version] 9.0.4 ([3c2c071](https://github.com/maximegris/angular-electron/commit/3c2c071)) +* extractCss true by default & deprecated ([4af9def](https://github.com/maximegris/angular-electron/commit/4af9def)) +* Fix typo in introduction ([c3b8258](https://github.com/maximegris/angular-electron/commit/c3b8258)) +* misc/ upgrade to Angular 11.2.0 & Electrion 11.2.0 ([0662793](https://github.com/maximegris/angular-electron/commit/0662793)) +* spelling ([3b7f69a](https://github.com/maximegris/angular-electron/commit/3b7f69a)) +* target only chrome 85 matching electron version ([b947d2d](https://github.com/maximegris/angular-electron/commit/b947d2d)) +* Update README.md ([bdb91e4](https://github.com/maximegris/angular-electron/commit/bdb91e4)) + + + ## 9.0.3 (2020-12-08) +* [Bumped Version] 9.0.3 ([fe55273](https://github.com/maximegris/angular-electron/commit/fe55273)) * fix/ upgrade angular to 11.0.2 ([203e608](https://github.com/maximegris/angular-electron/commit/203e608)) * misc/ upgrade dependencies ([922bbf9](https://github.com/maximegris/angular-electron/commit/922bbf9)) * misc/ upgrade to Electron 11 ([becaa73](https://github.com/maximegris/angular-electron/commit/becaa73)) diff --git a/package.json b/package.json index 3c04eae..f781f04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-electron", - "version": "9.0.3", + "version": "9.0.4", "description": "Angular 11 with Electron (Typescript + SASS + Hot Reload)", "homepage": "https://github.com/maximegris/angular-electron", "author": {