From bfeba566d929f9accbdb0eaf414e09d040486884 Mon Sep 17 00:00:00 2001 From: Kirill Zaytsev Date: Thu, 28 Dec 2023 13:55:22 +0400 Subject: [PATCH] chore(release): 0.8.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 486fb88..d62188b 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.8.2](https://github.com/retailcrm/vue-formulario/compare/v0.8.1...v0.8.2) (2023-12-28) + + +### Features + +* Added web-types declaration ([eda7a1d](https://github.com/retailcrm/vue-formulario/commit/eda7a1d79d98e4ccd76e67bc93c1bf8dc5249e67)) + ### [0.8.1](https://github.com/retailcrm/vue-formulario/compare/v0.8.0...v0.8.1) (2023-12-28) diff --git a/package.json b/package.json index 458847c..1a33e10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@retailcrm/vue-formulario", - "version": "0.8.1", + "version": "0.8.2", "license": "MIT", "author": "RetailDriverLLC ", "main": "dist/formulario.umd.js",