diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d1317..cd6823a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.12.1](https://github.com/vitoramaral10/get_bootstrap/compare/v0.12.0...v0.12.1) (2023-04-14) + + +### Bug Fixes + +* **btbutton:** limitação de tamanhos disponíveis para os botões ([de9f7a5](https://github.com/vitoramaral10/get_bootstrap/commit/de9f7a5d4092385f58fe31ee6885f11ab9c3253d)) + ## [0.12.0](https://github.com/vitoramaral10/get_bootstrap/compare/v0.11.6...v0.12.0) (2023-02-08) diff --git a/package-lock.json b/package-lock.json index 802c1cd..70eb953 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "get_bootstrap", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.12.0", + "version": "0.12.1", "devDependencies": { "cz-conventional-changelog": "^3.3.0" } diff --git a/package.json b/package.json index 2dd89ef..1b06d3b 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,5 @@ "scripts": { "release": "standard-version" }, - "version": "0.12.0" + "version": "0.12.1" }