From 49c8329a6cf5bf26c178072d4abfe4671fb42ff0 Mon Sep 17 00:00:00 2001 From: Vitor Amaral de Melo Date: Tue, 18 Apr 2023 10:26:18 -0300 Subject: [PATCH] chore(release): 0.12.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6823a..fee1178 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.2](https://github.com/vitoramaral10/get_bootstrap/compare/v0.12.1...v0.12.2) (2023-04-18) + + +### Bug Fixes + +* **form_group:** added `initialValue` in `FormGroup` ([008201e](https://github.com/vitoramaral10/get_bootstrap/commit/008201ef696d29117b62e5307422fa7a174c5e2e)) + ### [0.12.1](https://github.com/vitoramaral10/get_bootstrap/compare/v0.12.0...v0.12.1) (2023-04-14) diff --git a/package-lock.json b/package-lock.json index 70eb953..47acc0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "get_bootstrap", - "version": "0.12.1", + "version": "0.12.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.12.1", + "version": "0.12.2", "devDependencies": { "cz-conventional-changelog": "^3.3.0" } diff --git a/package.json b/package.json index 1b06d3b..16fba4a 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,5 @@ "scripts": { "release": "standard-version" }, - "version": "0.12.1" + "version": "0.12.2" }