diff --git a/CHANGELOG.md b/CHANGELOG.md index bdacbfe2..666d4e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.0](https://github.com/aziontech/azion-web-kit/compare/v1.6.1...v1.7.0) (2024-03-01) + + +### Features + +* card composition ([5d84570](https://github.com/aziontech/azion-web-kit/commit/5d845704db2760c09560ce6dce173a25fe5533aa)) + ## [1.6.1](https://github.com/aziontech/azion-web-kit/compare/v1.6.0...v1.6.1) (2024-03-01) diff --git a/package.json b/package.json index 2f0fbbcc..72b80393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aziontech/azion-web-kit", - "version": "1.6.1", + "version": "1.7.0", "type": "module", "main": "./src/index.js", "author": "aziontech",