From 1c1b6226fa87480478b391514c07b694f9081aa7 Mon Sep 17 00:00:00 2001 From: 1on Date: Tue, 21 Sep 2021 10:32:23 +0300 Subject: [PATCH] chore(release): 0.6.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac96677..6a72eb1 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.2](https://github.com/retailcrm/vue-formulario/compare/v0.6.1...v0.6.2) (2021-09-21) + + +### Fixes + +* Fixed records & arrays detection ([1d785ec](https://github.com/retailcrm/vue-formulario/commit/1d785ec5eb74be001e0903b0f8c31aa87a20ef9b)) + ### [0.6.1](https://github.com/retailcrm/vue-formulario/compare/v0.6.0...v0.6.1) (2021-08-03) diff --git a/package.json b/package.json index 29b20bd..fa8e364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@retailcrm/vue-formulario", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "author": "RetailDriverLLC ", "main": "dist/formulario.umd.js",