diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1c07263ce97..b1a8049c50d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# 16.2.0-next.3 (2023-07-19) +### http +| Commit | Type | Description | +| -- | -- | -- | +| [c5608e5ca9](https://github.com/angular/angular/commit/c5608e5ca99805af1a3a7caf4ce28a35f3a13ebf) | fix | Run fetch request out the angular zone ([#50981](https://github.com/angular/angular/pull/50981)) | + + + # 16.1.6 (2023-07-19) ### http diff --git a/package.json b/package.json index a9e0e19be1115..37d6ee40235f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "16.2.0-next.2", + "version": "16.2.0-next.3", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",