From 9548c7cb9435c50c7f34b3c46b9315b75acc2fe3 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 13 May 2020 14:30:41 -0700 Subject: [PATCH] release: cut the v9.1.7 release (#37116) Note: This commit was applied to the 9.1.x branch out of order because local changes were not pushed directly after the 9.1.7 release. You can see what is actually included in 9.1.7 using its tag here: https://github.com/angular/angular/commits/9.1.7 PR Close #37116 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f038781c07..8807f2d5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +## [9.1.7](https://github.com/angular/angular/compare/9.1.6...9.1.7) (2020-05-13) + +This release contains various API docs improvements. + + ## [9.1.6](https://github.com/angular/angular/compare/9.1.5...9.1.6) (2020-05-08) diff --git a/package.json b/package.json index 47e3dda1c0..41e4f1b544 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "9.1.6", + "version": "9.1.7", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",