diff --git a/CHANGELOG.md b/CHANGELOG.md index a116185..8043581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.5.0](https://github.com/neovici/cosmoz-tabs/compare/v7.4.0...v7.5.0) (2023-03-22) + + +### Features + +* **next/use-tabs:** adjust type ([12a0391](https://github.com/neovici/cosmoz-tabs/commit/12a03913f95b50385b2de5d74de163092e44f21f)) + # [7.4.0](https://github.com/neovici/cosmoz-tabs/compare/v7.3.1...v7.4.0) (2023-03-22) diff --git a/package-lock.json b/package-lock.json index 518cdf8..d2ce682 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@neovici/cosmoz-tabs", - "version": "7.4.0", + "version": "7.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@neovici/cosmoz-tabs", - "version": "7.4.0", + "version": "7.5.0", "license": "Apache-2.0", "dependencies": { "@neovici/cosmoz-router": "^10.0.0", diff --git a/package.json b/package.json index 0f017f9..4d70046 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neovici/cosmoz-tabs", - "version": "7.4.0", + "version": "7.5.0", "description": "A multi views container element that allow navigation between the views using tabs or an accordion.", "keywords": [ "web-components"