diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7b602..6b89c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.5](https://github.com/neovici/cosmoz-tabs/compare/v5.0.4...v5.0.5) (2020-10-06) + + +### Bug Fixes + +* adds support for icon-color attribute ([872bea2](https://github.com/neovici/cosmoz-tabs/commit/872bea2d0065a98b34756b766f980ce45fffcdbd)) + ## [5.0.4](https://github.com/neovici/cosmoz-tabs/compare/v5.0.3...v5.0.4) (2020-10-01) diff --git a/package-lock.json b/package-lock.json index 2cd6ab3..5b201ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@neovici/cosmoz-tabs", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9005a77..46466fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neovici/cosmoz-tabs", - "version": "5.0.4", + "version": "5.0.5", "description": "A multi views container element that allow navigation between the views using tabs or an accordion.", "keywords": [ "web-components"