diff --git a/CHANGELOG.md b/CHANGELOG.md index 61bffd9122..7251711390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [6.1.4](https://github.com/angular/angular/compare/6.1.3...6.1.4) (2018-08-22) + + +### Bug Fixes + +* **router:** default scroll position restoration to disabled ([#25586](https://github.com/angular/angular/issues/25586)) ([7e61645](https://github.com/angular/angular/commit/7e61645)), closes [#25145](https://github.com/angular/angular/issues/25145) + + + ## [6.1.3](https://github.com/angular/angular/compare/6.1.2...6.1.3) (2018-08-15) diff --git a/package.json b/package.json index 162630d66a..5085565477 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "6.1.3", + "version": "6.1.4", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",