We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5edcb commit c4b6663Copy full SHA for c4b6663
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
4
5
+
6
+## 1.1.3 (2023-03-22)
7
8
+#### :bug: Bug Fixes
9
+* [#43](https://github.com/fluent-vue/unplugin-fluent-vue/pull/43) Fix HMR code not being treeshaken ([@Demivan](https://github.com/Demivan))
10
11
+#### Committers: 1
12
+- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
13
14
## 1.1.2 (2022-11-09)
15
16
#### :bug: Bug Fixes
package.json
@@ -1,6 +1,6 @@
1
{
"name": "unplugin-fluent-vue",
- "version": "1.1.2",
+ "version": "1.1.3",
"description": "unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files.",
"author": {
"name": "Ivan Demchuk",
0 commit comments