-
Notifications
You must be signed in to change notification settings - Fork 42
/
CHANGELOG.json
106 lines (106 loc) · 2.15 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "@yuants/tool-kit",
"entries": [
{
"version": "0.1.5",
"tag": "@yuants/tool-kit_v0.1.5",
"date": "Thu, 19 Dec 2024 15:28:50 GMT",
"comments": {
"patch": [
{
"comment": "upgrade rush lib"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.1.4",
"tag": "@yuants/tool-kit_v0.1.4",
"date": "Thu, 22 Feb 2024 18:28:20 GMT",
"comments": {
"patch": [
{
"comment": "add protection if theres no rush.json"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.1.3",
"tag": "@yuants/tool-kit_v0.1.3",
"date": "Sat, 09 Dec 2023 16:37:39 GMT",
"comments": {
"patch": [
{
"comment": "fix bugs"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.1.2",
"tag": "@yuants/tool-kit_v0.1.2",
"date": "Sat, 09 Dec 2023 15:43:11 GMT",
"comments": {
"patch": [
{
"comment": "support additional deploy dependencies file"
},
{
"comment": "fix bugs"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.1.1",
"tag": "@yuants/tool-kit_v0.1.1",
"date": "Thu, 26 Oct 2023 18:03:30 GMT",
"comments": {
"patch": [
{
"comment": "use semver as image tag"
}
]
}
},
{
"version": "0.1.0",
"tag": "@yuants/tool-kit_v0.1.0",
"date": "Wed, 06 Sep 2023 15:33:08 GMT",
"comments": {
"minor": [
{
"comment": "merge dependency-hash and docker-bake into toolkit"
}
]
}
},
{
"version": "0.0.0",
"tag": "@yuants/tool-kit_v0.0.0",
"date": "Wed, 30 Aug 2023 19:52:44 GMT",
"comments": {}
}
]
}