-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG.json
44 lines (44 loc) · 943 Bytes
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@plugxjs/vite-plugin",
"entries": [
{
"version": "0.1.0",
"tag": "@plugxjs/vite-plugin_v0.1.0",
"date": "Thu, 28 Sep 2023 17:39:24 GMT",
"comments": {
"minor": [
{
"comment": "Change `compile` API to async function."
}
]
}
},
{
"version": "0.0.3",
"tag": "@plugxjs/vite-plugin_v0.0.3",
"date": "Tue, 26 Sep 2023 19:10:01 GMT",
"comments": {
"patch": [
{
"comment": "Adding a new internal api `compile`"
}
]
}
},
{
"version": "0.0.2",
"tag": "@plugxjs/vite-plugin_v0.0.2",
"date": "Tue, 26 Sep 2023 02:22:41 GMT",
"comments": {
"patch": [
{
"comment": "Update external in vite.config.js"
},
{
"comment": "Use dynamic import"
}
]
}
}
]
}