-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
18 lines (18 loc) · 468 Bytes
/
Copy pathversion.json
File metadata and controls
18 lines (18 loc) · 468 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"$schema": "https://json-schema.org/draft-07/schema",
"version": "1.0.0",
"description": "LearnStack version tracking",
"releaseDate": "2026-02-21",
"changelog": {
"1.0.0": {
"date": "2026-02-21",
"changes": [
"Initial release",
"Learning resource management",
"Content ideas planning",
"Azure App Service deployment support",
"Automated GitHub releases with semantic versioning"
]
}
}
}