release: cut the v7.1.1 release

This commit is contained in:
Jason Aden 2018-11-28 10:09:48 -08:00
parent bdf5f3e499
commit 8282e15c2b
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="7.1.1"></a>
## [7.1.1](https://github.com/angular/angular/compare/7.1.0...7.1.1) (2018-11-28)
### Bug Fixes
* **core:** export a value for InjectFlags ([#27279](https://github.com/angular/angular/issues/27279)) ([bdf5f3e](https://github.com/angular/angular/commit/bdf5f3e)), closes [#27251](https://github.com/angular/angular/issues/27251)
<a name="7.1.0"></a>
# [7.1.0](https://github.com/angular/angular/compare/7.1.0-rc.0...7.1.0) (2018-11-21)

View File

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