-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathCHANGELOG.json
70 lines (70 loc) · 1.67 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
{
"name": "@lambda-middleware/compose",
"entries": [
{
"version": "1.2.0",
"tag": "@lambda-middleware/compose_v1.2.0",
"date": "Thu, 29 Oct 2020 19:56:29 GMT",
"comments": {
"minor": [
{
"comment": "Add composeHandler function"
}
],
"dependency": [
{
"comment": "Updating dependency \"@lambda-middleware/utils\" from `^1.0.2` to `^1.0.3`"
}
]
}
},
{
"version": "1.1.0",
"tag": "@lambda-middleware/compose_v1.1.0",
"date": "Fri, 23 Oct 2020 15:23:13 GMT",
"comments": {
"minor": [
{
"comment": "ast"
}
],
"dependency": [
{
"comment": "Updating dependency \"@lambda-middleware/utils\" from `^1.0.1` to `^1.0.2`"
}
]
}
},
{
"version": "1.0.1",
"tag": "@lambda-middleware/compose_v1.0.1",
"date": "Thu, 13 Aug 2020 19:32:50 GMT",
"comments": {
"patch": [
{
"comment": "Add tslib dependency"
}
],
"dependency": [
{
"comment": "Updating dependency \"@lambda-middleware/utils\" from `*` to `*`"
}
]
}
},
{
"version": "1.0.0",
"tag": "@lambda-middleware/compose_v1.0.0",
"date": "Mon, 10 Aug 2020 17:15:19 GMT",
"comments": {
"major": [
{
"comment": "add compose meta middleware",
"author": "Daniel Bartholomae <[email protected]>",
"commit": "5766c5d3e45e27eb25d2abf8d8b2739583bdde7a"
}
]
}
}
]
}