Skip to content

Commit b5bb6b6

Browse files
committed
Release 1.1.2
1 parent 636014e commit b5bb6b6

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

22

33

4+
5+
## 1.1.2 (2022-11-09)
6+
7+
#### :bug: Bug Fixes
8+
* [#31](https://github.com/fluent-vue/unplugin-fluent-vue/pull/31) Do not transform file if there are no translations ([@Demivan](https://github.com/Demivan))
9+
10+
#### Committers: 1
11+
- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
12+
413
## 1.1.1 (2022-10-05)
514

615
#### :star: New Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-fluent-vue",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files.",
55
"author": {
66
"name": "Ivan Demchuk",

0 commit comments

Comments
 (0)