diff --git a/CHANGELOG.md b/CHANGELOG.md index 998dc95f0..100a991d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [9.0.0](https://github.com/tomastrajan/angular-ngrx-material-starter/compare/v8.3.1...v9.0.0) (2020-02-20) + + +### ⚠ BREAKING CHANGES + +* **dependencies:** update to Angular 9 and enable IVY / AOT by default + +### Features + +* **app:** use new TestBed.inject syntax, various improvements ([3695e80](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/3695e80dd18d61e1b66d3e51e12990ee938bb607)) +* **contributors:** add contributors ([342dcd9](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/342dcd9fa17df92367f504404889a75e4cf28f73)) +* **core:** import modules needed for initial app layout to CoreModule ([035920a](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/035920ab9ce579b25bf4b3ebbe34d0573d56e2a3)) +* **dependencies:** use Angular 9 (Ngrx, ...) ([c027da9](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/c027da97258c6970cc73ce5d8931cb9a6caf8a2e)) + + +### Bug Fixes + +* **ngrx:** bump version to beta.1 and fix tests ([5f25dff](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/5f25dff84257e15749755ffedf7af28465c88509)) +* **translations:** adding missing hebrew entries ([e9a45ac](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/e9a45ac5ba80b37240cc9ce2eaed35e765cb9873)) + ### [8.3.1](https://github.com/tomastrajan/angular-ngrx-material-starter/compare/v8.3.0...v8.3.1) (2019-10-17) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 85c606d67..c1cc625dd 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-ngrx-material-starter", - "version": "8.3.1", + "version": "9.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d4330cf6d..3996c28e7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ngrx-material-starter", - "version": "8.3.1", + "version": "9.0.0", "license": "MIT", "scripts": { "ng": "ng",