Skip to content

Commit a39a9e2

Browse files
committed
Release 1.3.2
1 parent e58dfd7 commit a39a9e2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77

88

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+
918
## 1.3.1 (2024-09-12)
1019

1120
#### :bug: Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-fluent-vue",
33
"type": "module",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"packageManager": "[email protected]",
66
"description": "unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files.",
77
"author": {

0 commit comments

Comments
 (0)