diff --git a/CHANGELOG.md b/CHANGELOG.md index dde7a722cf2..da7d20f5613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# 14.0.7 (2022-07-20) +### animations +| Commit | Type | Description | +| -- | -- | -- | +| [5bdbb6285b](https://github.com/angular/angular/commit/5bdbb6285b77f070347a5878bbd8218f6e01b5e8) | fix | make sure falsy values are added to _globalTimelineStyles ([#46863](https://github.com/angular/angular/pull/46863)) | +### compiler +| Commit | Type | Description | +| -- | -- | -- | +| [41253f9c46](https://github.com/angular/angular/commit/41253f9c467aa9742ef0b69ddd063043fe0300e2) | fix | inputs/outputs incorrectly parsed in jit mode ([#46813](https://github.com/angular/angular/pull/46813)) | +### core +| Commit | Type | Description | +| -- | -- | -- | +| [4e77c7fbf3](https://github.com/angular/angular/commit/4e77c7fbf38f27741617303165068e1cb1ef6354) | fix | do not invoke jasmine `done` callback multiple times with `waitForAsync` | +## Special Thanks +Andrew Kushnir, Andrew Scott, Bob Watson, Cédric Exbrayat, Doug Parker, George Kalpakas, Jessica Janiuk, Kristiyan Kostadinov, Paul Gschwendtner, acvi, dario-piotrowicz, jnizet and piyush132000 + + + # 14.0.6 (2022-07-13) ### compiler-cli diff --git a/package.json b/package.json index 2c63ccc9384..319c383de1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "14.0.6", + "version": "14.0.7", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",