diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f415243 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 0e19257..2432eef 100644 --- a/package.json +++ b/package.json @@ -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",