From 72acee66d5709f49a7ee48c92d87cd7c5a86fa54 Mon Sep 17 00:00:00 2001 From: satanTime Date: Sun, 23 Apr 2023 19:01:13 +0200 Subject: [PATCH] chore(release): v14.10.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a3f6d323..973edcd81c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [14.10.0](https://github.com/ike18t/ng-mocks/compare/v14.9.0...v14.10.0) (2023-04-23) + + +### Bug Fixes + +* **core:** better eval code to extend es6 classes [#5465](https://github.com/ike18t/ng-mocks/issues/5465) ([2dd66cd](https://github.com/ike18t/ng-mocks/commit/2dd66cd3b8d871e980629120ab974aacbe32ea1f)) +* **MockBuilder:** touches kept modules in standalone components [#5520](https://github.com/ike18t/ng-mocks/issues/5520) ([1589172](https://github.com/ike18t/ng-mocks/commit/1589172358e9cb6beb3312c774f2423636766423)) + + +### Features + +* **core:** supporting functional guards and resolvers [#5455](https://github.com/ike18t/ng-mocks/issues/5455) ([d8a13c1](https://github.com/ike18t/ng-mocks/commit/d8a13c15adf4454074326af0acb8a1bc1ae93e94)) + # [14.9.0](https://github.com/ike18t/ng-mocks/compare/v14.8.0...v14.9.0) (2023-04-15)