From e81982ef908714f7004ccc2533fa21d1d6a9d0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1ko=20Hevery?= Date: Wed, 20 Jun 2018 15:57:10 -0700 Subject: [PATCH] release: cut the v6.0.6 release --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2bdebcf3d..02c363d488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [6.0.6](https://github.com/angular/angular/compare/6.0.5...6.0.6) (2018-06-20) + + +### Bug Fixes + +* **compiler:** support `.` in import statements. ([#20634](https://github.com/angular/angular/issues/20634)) ([e543c73](https://github.com/angular/angular/commit/e543c73)), closes [#20363](https://github.com/angular/angular/issues/20363) +* **core:** Injector correctly honors the @Self flag ([#24520](https://github.com/angular/angular/issues/24520)) ([f5b3661](https://github.com/angular/angular/commit/f5b3661)) + + + ## [6.0.5](https://github.com/angular/angular/compare/6.0.4...6.0.5) (2018-06-13) diff --git a/package.json b/package.json index 786bef0925..7d98064726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "6.0.5", + "version": "6.0.6", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",