From 93b2fc9d6fe1b426b4227e71ea57ecda80a72698 Mon Sep 17 00:00:00 2001 From: Ivan Demchuk Date: Fri, 21 Oct 2022 16:53:50 +0300 Subject: [PATCH] Release 3.2.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67bd244c..5d23b062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ + +## 3.2.0 (2022-10-21) + +#### :star: New Features +* [#795](https://github.com/fluent-vue/fluent-vue/pull/795) Support html tags in i18n component ([@Demivan](https://github.com/Demivan)) + +#### Committers: 1 +- Ivan Demchuk ([@Demivan](https://github.com/Demivan)) + ## 3.1.4 (2022-10-20) #### :bug: Bug Fixes diff --git a/package.json b/package.json index 4a46d4af..e27071f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluent-vue", - "version": "3.1.4", + "version": "3.2.0", "description": "Internationalization plugin for Vue.js. Project Fluent bindings for Vue.js", "author": "Ivan Demchuk ", "license": "MIT",