chore(release): 0.0.1

This commit is contained in:
kruglov 2021-11-18 16:24:25 +03:00
parent 313fc2f011
commit 6c6c0ebe47
2 changed files with 11 additions and 1 deletions

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
# Changelog
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.1 (2021-11-18)
### Features
* Loader + plugin to load & transform translations from i18n custom block ([0df8e0a](https://github.com/retailcrm/vue-formulario/commit/0df8e0a7455119689c8ac6fb842008bdd6f01159))

View File

@ -1,6 +1,6 @@
{
"name": "@retailcrm/vue-i18n-loader",
"version": "0.0.0",
"version": "0.0.1",
"description": "Webpack loader for vue i18n custom block",
"license": "MIT",
"main": "index.js",