We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456549c commit 29c0bb7Copy full SHA for 29c0bb7
CHANGELOG.md
@@ -7,6 +7,15 @@
7
8
9
10
+
11
+## 1.4.0 (2025-02-24)
12
13
+#### :star: New Features
14
+* [#107](https://github.com/fluent-vue/unplugin-fluent-vue/pull/107) Add an option to parse FTL during build ([@Demivan](https://github.com/Demivan))
15
16
+#### Committers: 1
17
+- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
18
19
## 1.3.2 (2024-11-13)
20
21
#### :bug: Bug Fixes
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "unplugin-fluent-vue",
3
"type": "module",
4
- "version": "1.3.2",
+ "version": "1.4.0",
5
"packageManager": "pnpm@10.4.1",
6
"description": "unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files.",
"author": {
0 commit comments