Skip to content

Commit 34f669b

Browse files
committed
Release 1.1.0
1 parent 0504bec commit 34f669b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
3+
## 1.1.0 (2022-10-02)
4+
5+
#### :star: New Features
6+
* [#26](https://github.com/fluent-vue/unplugin-fluent-vue/pull/26) Add getFtlPath option to better control path to ftl files ([@Demivan](https://github.com/Demivan))
7+
* [#25](https://github.com/fluent-vue/unplugin-fluent-vue/pull/25) Show codeframe with location of fluent parse errors ([@Demivan](https://github.com/Demivan))
8+
9+
#### Committers: 1
10+
- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
11+
212
## 1.0.0 (2022-09-18)
313

414
#### :star: Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-fluent-vue",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
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)