diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d199f7c4f..57be833db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 12.0.0-next.8 (2021-04-07) + + +### Features + +* **common:** add `historyGo` method to `Location` service ([#38890](https://github.com/angular/angular/issues/38890)) ([e05a6f3](https://github.com/angular/angular/commit/e05a6f3bb3048e9a94a4b154526221dea290312d)) +* **compiler-cli:** support transforming component style resources ([#41307](https://github.com/angular/angular/issues/41307)) ([1de04b1](https://github.com/angular/angular/commit/1de04b124e1e92ea21a070c9d928664f193d220c)) +* **core:** support `forwardRef` in `providedIn` of `Injectable` declaration ([#41426](https://github.com/angular/angular/issues/41426)) ([f7c294e](https://github.com/angular/angular/commit/f7c294ee0f4131dae83d4b6a7fa4e497df84aa57)), closes [#41205](https://github.com/angular/angular/issues/41205) + + + ## 11.2.9 (2021-04-07) diff --git a/package.json b/package.json index cbaa3d696d..63213f8eeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "12.0.0-next.7", + "version": "12.0.0-next.8", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",