release: cut the v6.1.1 release

This commit is contained in:
Igor Minar 2018-08-02 13:50:39 -07:00
parent e26c25a062
commit 58698d7806
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="6.1.1"></a>
## [6.1.1](https://github.com/angular/angular/compare/6.1.0...6.1.1) (2018-08-02)
### Bug Fixes
* **compiler-cli:** correct tsickle dependency version to fix typescript 2.9 compatibility ([fec29fa](https://github.com/angular/angular/commit/317c7087c56b72aa74cd6d6a8f719e6e7fec29fa))
<a name="6.1.0"></a>
# [6.1.0](https://github.com/angular/angular/compare/6.0.0-rc.5...6.1.0) (2018-07-25)

View File

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