From aaa79bce9a0c65d23914ff81ed92559a40df2bd1 Mon Sep 17 00:00:00 2001 From: kruglov Date: Thu, 18 Nov 2021 18:26:20 +0300 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f415243..acf6077 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.0.2](https://github.com/retailcrm/vue-formulario/compare/v0.0.1...v0.0.2) (2021-11-18) + + +### Fixes + +* main entry ([7fb33aa](https://github.com/retailcrm/vue-formulario/commit/7fb33aa90f1911848544c37d43557c3994b51094)) + ### 0.0.1 (2021-11-18) diff --git a/package.json b/package.json index 304e195..9049c91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@retailcrm/vue-i18n-loader", - "version": "0.0.1", + "version": "0.0.2", "description": "Webpack loader for vue i18n custom block", "license": "MIT", "main": "lib/loader.js",