diff --git a/CHANGELOG.md b/CHANGELOG.md index ea745c87cecd..fb63a07b8f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# 13.3.8 (2022-05-12) +### language-service +| Commit | Type | Description | +| -- | -- | -- | +| [b4eb9ed884](https://github.com/angular/angular/commit/b4eb9ed884a82ba741abb503c974df7ec0d0048a) | fix | Prevent TSServer from removing templates from project ([#45965](https://github.com/angular/angular/pull/45965)) | +## Special Thanks +Andrew Scott, George Kalpakas and Joey Perrott + + + # 13.3.7 (2022-05-11) ### core diff --git a/package.json b/package.json index 60724a58b99e..f33110f3a122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "13.3.7", + "version": "13.3.8", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",