Skip to content

Commit b09aa98

Browse files
committed
Release 1.2.0
1 parent bae19a8 commit b09aa98

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

44

55

6+
7+
## 1.2.0 (2024-03-05)
8+
9+
#### :star: New Features
10+
* [#55](https://github.com/fluent-vue/unplugin-fluent-vue/pull/55) Mark ftl imports side-effect free ([@Demivan](https://github.com/Demivan))
11+
12+
#### Committers: 1
13+
- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
14+
615
## 1.1.4 (2023-03-23)
716

817
## 1.1.3 (2023-03-22)

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.1.4",
4+
"version": "1.2.0",
55
"description": "unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files.",
66
"author": {
77
"name": "Ivan Demchuk",

0 commit comments

Comments
 (0)