Skip to content

Commit c4b6663

Browse files
committed
Release 1.1.3
1 parent 7a5edcb commit c4b6663

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
@@ -2,6 +2,15 @@
22

33

44

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+
514
## 1.1.2 (2022-11-09)
615

716
#### :bug: Bug Fixes

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