release: cut the v6.0.3 release

This commit is contained in:
Matias Niemelä 2018-05-22 16:16:26 -07:00
parent 23a98b9e51
commit 13cb75da8b
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="6.0.3"></a>
## [6.0.3](https://github.com/angular/angular/compare/6.0.2...6.0.3) (2018-05-22)
### Bug Fixes
* **service-worker:** check platformBrowser before accessing navigator.serviceWorker ([#21231](https://github.com/angular/angular/issues/21231)) ([0ee5b7e](https://github.com/angular/angular/commit/0ee5b7e))
<a name="6.0.2"></a>
## [6.0.2](https://github.com/angular/angular/compare/6.0.1...6.0.2) (2018-05-15)

View File

@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "6.0.2",
"version": "6.0.3",
"private": true,
"branchPattern": "2.0.*",
"description": "Angular - a web framework for modern web apps",