forked from dbartholomae/lambda-middleware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
65 lines (65 loc) · 1.74 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
{
"name": "@lambda-middleware/http-header-normalizer",
"entries": [
{
"version": "1.0.3",
"tag": "@lambda-middleware/http-header-normalizer_v1.0.3",
"date": "Thu, 29 Oct 2020 19:56:29 GMT",
"comments": {
"patch": [
{
"comment": "Make compatible with TypeScript strict mode"
}
],
"dependency": [
{
"comment": "Updating dependency \"@lambda-middleware/compose\" from `^1.1.0` to `^1.2.0`"
},
{
"comment": "Updating dependency \"@lambda-middleware/utils\" from `^1.0.2` to `^1.0.3`"
}
]
}
},
{
"version": "1.0.2",
"tag": "@lambda-middleware/http-header-normalizer_v1.0.2",
"date": "Fri, 23 Oct 2020 15:23:13 GMT",
"comments": {
"patch": [
{
"comment": "Update TypeScript version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@lambda-middleware/compose\" from `^1.0.1` to `^1.1.0`"
},
{
"comment": "Updating dependency \"@lambda-middleware/utils\" from `^1.0.1` to `^1.0.2`"
}
]
}
},
{
"version": "1.0.1",
"tag": "@lambda-middleware/http-header-normalizer_v1.0.1",
"date": "Thu, 13 Aug 2020 19:32:50 GMT",
"comments": {
"patch": [
{
"comment": "Add tslib dependency"
}
],
"dependency": [
{
"comment": "Updating dependency \"@lambda-middleware/compose\" from `*` to `*`"
},
{
"comment": "Updating dependency \"@lambda-middleware/utils\" from `*` to `*`"
}
]
}
}
]
}