We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58dfd7 commit a39a9e2Copy full SHA for a39a9e2
CHANGELOG.md
@@ -6,6 +6,15 @@
6
7
8
9
+
10
+## 1.3.2 (2024-11-13)
11
12
+#### :bug: Bug Fixes
13
+* [#103](https://github.com/fluent-vue/unplugin-fluent-vue/pull/103) Add sourcemap support to SFCFluentPlugin ([@Demivan](https://github.com/Demivan))
14
15
+#### Committers: 1
16
+- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
17
18
## 1.3.1 (2024-09-12)
19
20
#### :bug: Bug Fixes
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "unplugin-fluent-vue",
3
"type": "module",
4
- "version": "1.3.1",
+ "version": "1.3.2",
5
"packageManager": "pnpm@9.12.3",
"description": "unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files.",
"author": {
0 commit comments