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 599f128 commit fa7a5f3Copy full SHA for fa7a5f3
CHANGELOG.md
@@ -5,6 +5,15 @@
5
6
7
8
+
9
+## 1.3.1 (2024-09-12)
10
11
+#### :bug: Bug Fixes
12
+* [#97](https://github.com/fluent-vue/unplugin-fluent-vue/pull/97) Make @nuxt/kit dependency optional ([@Demivan](https://github.com/Demivan))
13
14
+#### Committers: 1
15
+- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
16
17
## 1.3.0 (2024-04-05)
18
19
#### :star: New Features
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "unplugin-fluent-vue",
3
"type": "module",
4
- "version": "1.3.0",
+ "version": "1.3.1",
"packageManager": "pnpm@9.10.0",
"description": "unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files.",
"author": {
0 commit comments