From 12235e83074c120ac3b17b90693bfb461c47aaec Mon Sep 17 00:00:00 2001 From: Kirill Zaytsev Date: Thu, 28 Dec 2023 13:11:23 +0400 Subject: [PATCH] chore(release): 0.8.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e48c061..486fb88 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.1](https://github.com/retailcrm/vue-formulario/compare/v0.8.0...v0.8.1) (2023-12-28) + + +### Fixes + +* build ([92a3f8c](https://github.com/retailcrm/vue-formulario/commit/92a3f8cc60fdfb1f7588b281febcc833b17d3521)) + ## [0.8.0](https://github.com/retailcrm/vue-formulario/compare/v0.7.3...v0.8.0) (2023-12-28) diff --git a/package.json b/package.json index 5171163..f7f7156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@retailcrm/vue-formulario", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "author": "RetailDriverLLC ", "main": "dist/formulario.umd.js",