diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c6bfb31..184db4bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. + +# [6.0.0-rc.0](https://github.com/tomastrajan/angular-ngrx-material-starter/compare/v1.33.0...v6.0.0-rc.0) (2018-04-08) + + +### Bug Fixes + +* **codestyle:** prettier ([978d490](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/978d490)) + + +### Features + +* **dependencies:** migrate to release candidates of 6 of Angular, CLI, Material, RxJS... ([9a41534](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/9a41534)), closes [#125](https://github.com/tomastrajan/angular-ngrx-material-starter/issues/125) +* **docs:** add live demo url ([3e7a621](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/3e7a621)) + + + # [1.33.0](https://github.com/tomastrajan/angular-ngrx-material-starter/compare/v1.32.0...v1.33.0) (2018-03-20) diff --git a/package-lock.json b/package-lock.json index cf3a1c63f..5d039454d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-ngrx-material-starter", - "version": "1.33.0", + "version": "6.0.0-rc.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json old mode 100644 new mode 100755 index cc03d4596..d5d79b952 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ngrx-material-starter", - "version": "1.33.0", + "version": "6.0.0-rc.0", "license": "MIT", "scripts": { "ng": "ng",