-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathchangelog.json
102 lines (102 loc) · 2.21 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
{
"0.0.3": {
"commits": [
{
"status": [
"M"
],
"files": [
"README.md"
],
"abbrevHash": "2278003",
"hash": "2278003fdc9fe058d392be2861ce6376261337e2",
"subject": "docs: Update readme",
"authorName": "Julian Burr",
"type": null
},
{
"status": [
"A",
"A",
"A",
"A"
],
"files": [
".gitignore",
"index.js",
"package.json",
"yarn.lock"
],
"abbrevHash": "ebf295c",
"hash": "ebf295c29a1a8a091086887a6f9391314506ab4b",
"subject": "chore: 🚀 initial commit",
"authorName": "Julian Burr",
"type": null
},
{
"status": [
"A",
"A"
],
"files": [
"LICENSE",
"README.md"
],
"abbrevHash": "d61a276",
"hash": "d61a2769ccd1e080f4e1f2f4764439b428713e2e",
"subject": "Initial commit",
"authorName": "Julian Burr",
"type": null
}
],
"ts": 1528015049329
},
"0.1.0": {
"commits": [
{
"status": [
"M"
],
"files": [
"index.js"
],
"abbrevHash": "02881b6",
"hash": "02881b601ad4169c7bcc694dc81f10ad25d5361e",
"subject": "fix: Fix changelog commit link",
"authorName": "Julian Burr",
"type": null
},
{
"status": [
"M"
],
"files": [
"index.js"
],
"abbrevHash": "29a2900",
"hash": "29a2900dadde4ce048db8e5e5a0e0ef8ddf1cd42",
"subject": "fix: Fix changelog md generation",
"authorName": "Julian Burr",
"type": null
},
{
"status": [
"D",
"D",
"M"
],
"files": [
"CHANGELOG.md",
"changelog.json",
"index.js"
],
"abbrevHash": "03e6928",
"hash": "03e69285f7170c0f71dd4b332c85802fe2931aac",
"subject": "fix: Try to fix getting list of new commits",
"authorName": "Julian Burr",
"type": null
}
],
"ts": 1547312483245
}
}