File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
27
27
28
28
- ...
29
29
30
- ## [ v0.2.0] - 2025-03-19
30
+ ## [ v0.2.0] - 2025-04-10
31
31
32
32
### Added
33
33
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
3
- "$id" : " https://vecorel.github.io/sdl/v0.3 .0/schema.json" ,
3
+ "$id" : " https://vecorel.github.io/sdl/v0.2 .0/schema.json" ,
4
4
"type" : " object" ,
5
5
"required" : [" $schema" , " properties" ],
6
6
"properties" : {
7
7
"$schema" : {
8
8
"type" : " string" ,
9
- "const" : " https://vecorel.github.io/sdl/v0.3 .0/schema.json"
9
+ "const" : " https://vecorel.github.io/sdl/v0.2 .0/schema.json"
10
10
},
11
11
"required" : {
12
12
"type" : " array" ,
You can’t perform that action at this time.
0 commit comments