diff --git a/.cz.toml b/.cz.toml index 6b7aca4..9e85e88 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "0.2.6" +version = "0.2.7" version_files = [ "package.json:version" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 688ddc6..4c81e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.7 (2023-03-28) + +### Fix + +- align icon button items to center (#82) + ## 0.2.6 (2023-03-24) ### Fix diff --git a/package.json b/package.json index dbfb0c4..de2f816 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chakra-ui-svelte", "description": "Create accessible svelte apps with speed", - "version": "0.2.6", + "version": "0.2.7", "type": "module", "main": "./index.js", "homepage": "https://github.com/elcharitas/chakra-ui-svelte",