Skip to content

Commit 88e4204

Browse files
committed
Release 1.0.0
1 parent 4a75b66 commit 88e4204

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

2-
## 0.1.0 (2022-09-17)
2+
## 1.0.0 (2022-09-18)
33

4-
#### :star: New Features
5-
* [#22](https://github.com/fluent-vue/unplugin-fluent-vue/pull/22) Report fluent syntax errors ([@Demivan](https://github.com/Demivan))
4+
#### :star: Features
65

7-
#### Committers: 1
8-
- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
6+
* Migrate functionality of `fluent-vue-loader` and `rollup-plugin-fluent-vue`
7+
* Allow defining locale messages in Vue SFCs
8+
* Allow defining locale messages in external ftl files
9+
* [#22](https://github.com/fluent-vue/unplugin-fluent-vue/pull/22) Report fluent syntax errors

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": "0.1.0",
3+
"version": "1.0.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)