diff --git a/CHANGELOG.md b/CHANGELOG.md index efe83d8a3..ab7c802de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + + +# 14.2.2 (2022-11-09) + +### @nguniversal/common + +| Commit | Type | Description | +| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------------- | +| [7f2ce670](https://github.com/angular/universal/commit/7f2ce670714c466a7ea6d747f7f22504a9fbd618) | fix | mark `bootstrap` in `RenderOptions` as non required | + +## Special Thanks + +Alan Agius + + + # 14.2.1 (2022-11-03) diff --git a/package.json b/package.json index e9f9ec68d..29190a910 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nguniversal", "main": "index.js", - "version": "14.2.1", + "version": "14.2.2", "private": true, "description": "Universal (isomorphic) JavaScript support for Angular", "homepage": "https://github.com/angular/universal",