-
Notifications
You must be signed in to change notification settings - Fork 150
/
Copy pathCHANGELOG.json
89 lines (89 loc) · 2.41 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
{
"name": "bemuse-indexer",
"entries": [
{
"version": "51.0.2",
"tag": "bemuse-indexer_v51.0.2",
"date": "Sun, 06 Nov 2022 16:09:03 GMT",
"comments": {
"patch": [
{
"comment": "Remove Bluebird and Add p-map"
}
],
"dependency": [
{
"comment": "Updating dependency \"bms\" from `^50.1.1` to `^51.0.0`"
},
{
"comment": "Updating dependency \"bmson\" from `^50.1.1` to `^50.1.2`"
}
]
}
},
{
"version": "51.0.1",
"tag": "bemuse-indexer_v51.0.1",
"date": "Sat, 22 Oct 2022 05:32:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"bemuse-types\" from `^50.0.1` to `^50.0.2`"
},
{
"comment": "Updating dependency \"bms\" from `^50.1.0` to `^50.1.1`"
},
{
"comment": "Updating dependency \"bmson\" from `^50.1.0` to `^50.1.1`"
},
{
"comment": "Updating dependency \"eslint-config-bemuse\" from `^4.0.2` to `^5.0.0`"
}
]
}
},
{
"version": "51.0.0",
"tag": "bemuse-indexer_v51.0.0",
"date": "Sat, 01 Jan 2022 13:08:37 GMT",
"comments": {
"major": [
{
"comment": "Added initial support for indexing BGA file metadata for BMS files"
}
],
"dependency": [
{
"comment": "Updating dependency \"bms\" from `^50.0.1` to `^50.1.0`"
},
{
"comment": "Updating dependency \"bmson\" from `^50.0.1` to `^50.1.0`"
}
]
}
},
{
"version": "50.0.1",
"tag": "bemuse-indexer_v50.0.1",
"date": "Fri, 29 Oct 2021 19:57:09 GMT",
"comments": {
"patch": [
{
"comment": "Added missing dependencies and updated versioning policy -- starting at v50 this package is now versioned independently of Bemuse"
}
],
"dependency": [
{
"comment": "Updating dependency \"bemuse-types\" from `^50.0.0` to `^50.0.1`"
},
{
"comment": "Updating dependency \"bms\" from `^50.0.0` to `^50.0.1`"
},
{
"comment": "Updating dependency \"bmson\" from `^50.0.0` to `^50.0.1`"
}
]
}
}
]
}