We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae19a8 commit b09aa98Copy full SHA for b09aa98
CHANGELOG.md
@@ -3,6 +3,15 @@
3
4
5
6
+
7
+## 1.2.0 (2024-03-05)
8
9
+#### :star: New Features
10
+* [#55](https://github.com/fluent-vue/unplugin-fluent-vue/pull/55) Mark ftl imports side-effect free ([@Demivan](https://github.com/Demivan))
11
12
+#### Committers: 1
13
+- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
14
15
## 1.1.4 (2023-03-23)
16
17
## 1.1.3 (2023-03-22)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "unplugin-fluent-vue",
"type": "module",
- "version": "1.1.4",
+ "version": "1.2.0",
"description": "unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files.",
"author": {
"name": "Ivan Demchuk",
0 commit comments