forked from Kocal/eslint-config-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.json
More file actions
88 lines (88 loc) · 2.23 KB
/
CHANGELOG.json
File metadata and controls
88 lines (88 loc) · 2.23 KB
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
{
"name": "@kocal/eslint-config-generator-plugin-typescript",
"entries": [
{
"version": "2.2.0",
"tag": "@kocal/eslint-config-generator-plugin-typescript_v2.2.0",
"date": "Sat, 19 Feb 2022 09:36:14 GMT",
"comments": {
"minor": [
{
"comment": "Drop Node.js 10, add Node.js 16"
}
],
"dependency": [
{
"comment": "Updating dependency \"@kocal/eslint-config-generator-common\" to `2.1.0`"
}
]
}
},
{
"version": "2.1.0",
"tag": "@kocal/eslint-config-generator-plugin-typescript_v2.1.0",
"date": "Sat, 24 Apr 2021 15:58:33 GMT",
"comments": {
"minor": [
{
"comment": "Disable \"no-shadow\" rule."
}
]
}
},
{
"version": "2.0.2",
"tag": "@kocal/eslint-config-generator-plugin-typescript_v2.0.2",
"date": "Mon, 29 Mar 2021 20:40:36 GMT",
"comments": {
"patch": [
{
"comment": "Update README.md"
}
],
"dependency": [
{
"comment": "Updating dependency \"@kocal/eslint-config-generator-common\" to `2.0.2`"
}
]
}
},
{
"version": "2.0.1",
"tag": "@kocal/eslint-config-generator-plugin-typescript_v2.0.1",
"date": "Mon, 29 Mar 2021 20:16:20 GMT",
"comments": {
"patch": [
{
"comment": "Add README.md"
}
],
"dependency": [
{
"comment": "Updating dependency \"@kocal/eslint-config-generator-common\" to `2.0.1`"
}
]
}
},
{
"version": "2.0.0",
"tag": "@kocal/eslint-config-generator-plugin-typescript_v2.0.0",
"date": "Mon, 29 Mar 2021 19:38:14 GMT",
"comments": {
"major": [
{
"comment": "Create the plugin which add TypeScript support."
}
],
"dependency": [
{
"comment": "Updating dependency \"@kocal/eslint-config-generator-common\" to `2.0.0`"
},
{
"comment": "Updating dependency \"@kocal/eslint-config-generator\" to `2.0.0`"
}
]
}
}
]
}