From d42111e12217a776ec0fb9e38401a4621144d5d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Nov 2020 18:06:36 +0000 Subject: [PATCH] chore(release): release 8.0.0 [skip ci] # [8.0.0](https://github.com/gund/ng-dynamic-component/compare/v7.0.3...v8.0.0) (2020-11-19) ### Features * **ng:** update to Angular v11 ([5e3ff21](https://github.com/gund/ng-dynamic-component/commit/5e3ff21267895d932dd2698428e8236d15315858)) ### BREAKING CHANGES * **ng:** Library requires Angular v11 as a peer dependency. No other public API changes. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a258af5fc..0676daa64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # ng-dynamic-component - Changelog +# [8.0.0](https://github.com/gund/ng-dynamic-component/compare/v7.0.3...v8.0.0) (2020-11-19) + + +### Features + +* **ng:** update to Angular v11 ([5e3ff21](https://github.com/gund/ng-dynamic-component/commit/5e3ff21267895d932dd2698428e8236d15315858)) + + +### BREAKING CHANGES + +* **ng:** Library requires Angular v11 as a peer dependency. No other public API changes. + ## [7.0.3](https://github.com/gund/ng-dynamic-component/compare/v7.0.2...v7.0.3) (2020-11-02)