Skip to content

Commit 9ed192f

Browse files
committed
Release 1.1.1
1 parent bb67574 commit 9ed192f

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,5 +1,14 @@
11

22

3+
4+
## 1.1.1 (2022-10-05)
5+
6+
#### :star: New Features
7+
* [#29](https://github.com/fluent-vue/unplugin-fluent-vue/pull/29) Add a virtual module that imports all translations for a file ([@Demivan](https://github.com/Demivan))
8+
9+
#### Committers: 1
10+
- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
11+
312
## 1.1.0 (2022-10-02)
413

514
#### :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.0",
3+
"version": "1.1.1",
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)