From 3eeff5fe1e93e218d0bc25a18ca90364f93b3693 Mon Sep 17 00:00:00 2001 From: 1on Date: Thu, 30 Sep 2021 13:17:11 +0300 Subject: [PATCH] chore(release): 0.7.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf64be..d458702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.7.0](https://github.com/retailcrm/vue-formulario/compare/v0.6.3...v0.7.0) (2021-09-30) + + +### ⚠ BREAKING CHANGES + +* Added property "unregisterBehavior" to FormularioField to control value unset behavior on field component removal + +### Features + +* Added property "unregisterBehavior" to FormularioField to control value unset behavior on field component removal ([d39ca17](https://github.com/retailcrm/vue-formulario/commit/d39ca17e45cb5957bd9b9916b6e904993e660bc5)) + ### [0.6.3](https://github.com/retailcrm/vue-formulario/compare/v0.6.2...v0.6.3) (2021-09-29) diff --git a/package.json b/package.json index 8be782a..4e9e3ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@retailcrm/vue-formulario", - "version": "0.6.3", + "version": "0.7.0", "license": "MIT", "author": "RetailDriverLLC ", "main": "dist/formulario.umd.js",