forked from 11ty/11ty-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.json
140 lines (140 loc) · 2.59 KB
/
versions.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
[
{
"tag": "LATEST",
"docs_url": "https://www.11ty.dev/docs/",
"ignore_release_notes": true
},{
"tag": "v0.11.0",
"docs_url": "https://v0-11-0.11ty.dev/docs/"
},{
"tag": "v0.10.0",
"docs_url": "https://v0-10-0.11ty.dev/docs/"
},{
"tag": "v0.9.0",
"docs_url": "https://v0-9-0.11ty.dev/docs/"
},{
"tag": "v0.8.3",
"docs_url": "https://v0-8-3.11ty.dev/docs/"
},{
"tag": "v0.8.2",
"docs_url": "https://v0-8-2.11ty.dev/docs/"
},{
"tag": "v0.8.1",
"docs_url": "https://v0-8-1.11ty.dev/docs/"
},{
"tag": "v0.8.0",
"docs_url": "https://v0-8-0.11ty.dev/docs/"
},{
"tag": "v0.7.1",
"docs_url": "https://v0-7-1.11ty.dev/docs/"
},{
"tag": "v0.7.0",
"docs_url": "https://v0-7-0.11ty.dev/docs/"
},{
"tag": "v0.6.0",
"docs_url": "https://v0-6-0.11ty.dev/docs/"
},{
"tag": "v0.5.4",
"docs_url": "https://v0-5-4.11ty.dev/docs/"
},{
"tag": "v0.5.3",
"docs_url": "https://v0-5-3.11ty.dev/docs/"
},{
"tag": "v0.5.2",
"docs_url": "https://v0-5-2.11ty.dev/docs/"
},{
"tag": "v0.5.1",
"docs_url": "https://v0-5-1.11ty.dev/docs/"
},{
"tag": "v0.5.0",
"docs_url": "https://v0-5-0.11ty.dev/docs/"
},{
"tag": "v0.4.0",
"docs_url": "https://v0-4-0.11ty.dev/docs/"
},{
"tag": "v0.3.6",
"docs_url": "https://v0-3-6.11ty.dev/docs/"
},{
"tag": "v0.3.5"
},{
"tag": "v0.3.4"
},{
"tag": "v0.3.3"
},{
"tag": "v0.3.1"
},{
"tag": "v0.3.0"
},{
"tag": "v0.2.15"
},{
"tag": "v0.2.14"
},{
"tag": "v0.2.13",
"ignore_release_notes": true
},{
"tag": "v0.2.12",
"ignore_release_notes": true
},{
"tag": "v0.2.11",
"ignore_release_notes": true
},{
"tag": "v0.2.10"
},{
"tag": "v0.2.9",
"ignore_release_notes": true
},{
"tag": "v0.2.8",
"ignore_release_notes": true
},{
"tag": "v0.2.7"
},{
"tag": "v0.2.6"
},{
"tag": "v0.2.5",
"ignore_release_notes": true
},{
"tag": "v0.2.4",
"ignore_release_notes": true
},{
"tag": "v0.2.3",
"ignore_release_notes": true
},{
"tag": "v0.2.2"
},{
"tag": "v0.2.1",
"ignore_release_notes": true
},{
"tag": "v0.2.0",
"ignore_release_notes": true
},{
"tag": "v0.1.9",
"ignore_release_notes": true
},{
"tag": "v0.1.8",
"ignore_release_notes": true
},{
"tag": "v0.1.7",
"ignore_release_notes": true
},{
"tag": "v0.1.6",
"ignore_release_notes": true
},{
"tag": "v0.1.5",
"ignore_release_notes": true
},{
"tag": "v0.1.4",
"ignore_release_notes": true
},{
"tag": "v0.1.3",
"ignore_release_notes": true
},{
"tag": "v0.1.2",
"ignore_release_notes": true
},{
"tag": "v0.1.1",
"ignore_release_notes": true
},{
"tag": "v0.1.0",
"ignore_release_notes": true
}
]