From df5d70488b18d7a1f7e754f18bfc9dd0b749a3ab Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Sep 2021 19:51:06 +0000 Subject: [PATCH] chore(release): 4.3.0 [skip ci] ## [4.3.0](https://github.com/Bellese/angular-design-system/compare/v4.2.3...v4.3.0) (2021-09-23) ### Features * **card-cluster:** add new param to card cluster model to change styling of main card title. add story ([#295](https://github.com/Bellese/angular-design-system/issues/295)) ([f1ba955](https://github.com/Bellese/angular-design-system/commit/f1ba95561db9f7368be59522eccfcb9436aa4379)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 114d219b..bedc35fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.3.0](https://github.com/Bellese/angular-design-system/compare/v4.2.3...v4.3.0) (2021-09-23) + + +### Features + +* **card-cluster:** add new param to card cluster model to change styling of main card title. add story ([#295](https://github.com/Bellese/angular-design-system/issues/295)) ([f1ba955](https://github.com/Bellese/angular-design-system/commit/f1ba95561db9f7368be59522eccfcb9436aa4379)) + ### [4.2.3](https://github.com/Bellese/angular-design-system/compare/v4.2.2...v4.2.3) (2021-08-13) diff --git a/package.json b/package.json index ecd14582..36fb81f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bellese/angular-design-system", - "version": "4.2.3", + "version": "4.3.0", "license": "MIT", "scripts": { "ng": "ng",