diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2e3f7..40f3d75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.6.1](https://github.com/neovici/cosmoz-tabs/compare/v8.6.0...v8.6.1) (2024-04-11) + + +### Bug Fixes + +* **cosmoz-tab-card:** fix sizing ([4ae4f6a](https://github.com/neovici/cosmoz-tabs/commit/4ae4f6a5e2ab3da533b0297fe3f7f02478dee517)) + # [8.6.0](https://github.com/neovici/cosmoz-tabs/compare/v8.5.1...v8.6.0) (2024-04-10) diff --git a/package-lock.json b/package-lock.json index 3badf47..b645568 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@neovici/cosmoz-tabs", - "version": "8.6.0", + "version": "8.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@neovici/cosmoz-tabs", - "version": "8.6.0", + "version": "8.6.1", "license": "Apache-2.0", "dependencies": { "@neovici/cosmoz-collapse": "^1.3.0", diff --git a/package.json b/package.json index 6691673..a3697e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neovici/cosmoz-tabs", - "version": "8.6.0", + "version": "8.6.1", "description": "A multi views container element that allow navigation between the views using tabs or an accordion.", "keywords": [ "web-components"