From db298475d599dd2ae14963eaa26c918163d6632a Mon Sep 17 00:00:00 2001 From: 1on Date: Wed, 29 Sep 2021 11:39:14 +0300 Subject: [PATCH] chore(release): 0.6.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a72eb1..daf64be 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.6.3](https://github.com/retailcrm/vue-formulario/compare/v0.6.2...v0.6.3) (2021-09-29) + + +### Features + +* Possibility to change html tag used by FormularioField ([c7d3e83](https://github.com/retailcrm/vue-formulario/commit/c7d3e833a4f27869d12e7f66acb503eb48cbd14b)) + ### [0.6.2](https://github.com/retailcrm/vue-formulario/compare/v0.6.1...v0.6.2) (2021-09-21) diff --git a/package.json b/package.json index fa8e364..8be782a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@retailcrm/vue-formulario", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "author": "RetailDriverLLC ", "main": "dist/formulario.umd.js",