Skip to content

Commit 29c0bb7

Browse files
committedFeb 24, 2025
Release 1.4.0
1 parent 456549c commit 29c0bb7

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
@@ -7,6 +7,15 @@
77

88

99

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+
1019
## 1.3.2 (2024-11-13)
1120

1221
#### :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.2",
4+
"version": "1.4.0",
55
"packageManager": "pnpm@10.4.1",
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)