From 641dd3d8a45820cfe0b3ac5369728961d8b639af Mon Sep 17 00:00:00 2001 From: satanTime Date: Thu, 13 Oct 2022 12:08:03 +0200 Subject: [PATCH] chore(release): v14.3.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61b3eb253f..a0980686e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [14.3.0](https://github.com/ike18t/ng-mocks/compare/v14.2.4...v14.3.0) (2022-10-13) + + +### Features + +* **MockRender:** the host element doesn't have __ngContext__ attribute anymore [#3811](https://github.com/ike18t/ng-mocks/issues/3811) ([0138df7](https://github.com/ike18t/ng-mocks/commit/0138df747fc73608519a88d8ac6066a7d25fb69c)) + ## [14.2.4](https://github.com/ike18t/ng-mocks/compare/v14.2.3...v14.2.4) (2022-10-09)