forked from launchtray/hatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
114 lines (114 loc) · 2.72 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
107
108
109
110
111
112
113
114
{
"name": "@launchtray/hatch-server",
"entries": [
{
"version": "0.3.2",
"tag": "@launchtray/hatch-server_v0.3.2",
"date": "Tue, 28 Jan 2020 04:47:08 GMT",
"comments": {
"patch": [
{
"comment": "Added microservice template and Swagger"
}
],
"dependency": [
{
"comment": "Updating dependency \"@launchtray/hatch-util\" from `^0.1.4` to `^0.1.6`"
}
]
}
},
{
"version": "0.3.1",
"tag": "@launchtray/hatch-server_v0.3.1",
"date": "Wed, 22 Jan 2020 19:47:48 GMT",
"comments": {
"patch": [
{
"comment": "Fix cleanup of websockets if none have been registered"
}
]
}
},
{
"version": "0.3.0",
"tag": "@launchtray/hatch-server_v0.3.0",
"date": "Wed, 22 Jan 2020 07:53:10 GMT",
"comments": {
"minor": [
{
"comment": "Flattened per-request dependencies"
}
],
"dependency": [
{
"comment": "Updating dependency \"@launchtray/hatch-util\" from `^0.1.3` to `^0.1.4`"
}
]
}
},
{
"version": "0.2.0",
"tag": "@launchtray/hatch-server_v0.2.0",
"date": "Fri, 17 Jan 2020 21:48:06 GMT",
"comments": {
"minor": [
{
"comment": "Add websocket support"
}
]
}
},
{
"version": "0.1.3",
"tag": "@launchtray/hatch-server_v0.1.3",
"date": "Tue, 14 Jan 2020 10:46:31 GMT",
"comments": {
"patch": [
{
"comment": "Added prepare script to trigger rebuild before publishing"
}
],
"dependency": [
{
"comment": "Updating dependency \"@launchtray/hatch-util\" from `^0.1.2` to `^0.1.3`"
}
]
}
},
{
"version": "0.1.2",
"tag": "@launchtray/hatch-server_v0.1.2",
"date": "Tue, 14 Jan 2020 09:51:30 GMT",
"comments": {
"patch": [
{
"comment": "Bug fixes following initial test release"
}
],
"dependency": [
{
"comment": "Updating dependency \"@launchtray/hatch-util\" from `^0.1.1` to `^0.1.2`"
}
]
}
},
{
"version": "0.1.1",
"tag": "@launchtray/hatch-server_v0.1.1",
"date": "Tue, 14 Jan 2020 09:17:35 GMT",
"comments": {
"patch": [
{
"comment": "Initial release"
}
],
"dependency": [
{
"comment": "Updating dependency \"@launchtray/hatch-util\" from `^0.1` to `^0.1.1`"
}
]
}
}
]
}