forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
37 lines (37 loc) · 922 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
{
"name": "@rushstack/heft-typescript-plugin",
"entries": [
{
"version": "0.1.1",
"tag": "@rushstack/heft-typescript-plugin_v0.1.1",
"date": "Mon, 05 Jun 2023 21:45:21 GMT",
"comments": {
"patch": [
{
"comment": "Fix resolution of relative tsconfig paths that start with './' or '../'."
}
]
}
},
{
"version": "0.1.0",
"tag": "@rushstack/heft-typescript-plugin_v0.1.0",
"date": "Fri, 02 Jun 2023 02:01:12 GMT",
"comments": {
"minor": [
{
"comment": "Prepare for official release."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.51.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" from `0.50.0` to `0.51.0`"
}
]
}
}
]
}