mirror of
https://github.com/lemon695/obsidian-note-image-gallery.git
synced 2026-07-22 06:41:53 +00:00
Constraint: Keep the plugin release-safe without introducing new dependencies Rejected: Commit the branch with mismatched version metadata and missing release verifier | that would leave the release flow broken Confidence: high Scope-risk: moderate Directive: Keep package, manifest, and versions metadata aligned before cutting future release tags Tested: npm run verify:release; npm run lint; npm run build Not-tested: Real Obsidian desktop and mobile smoke tests on this branch
8 lines
121 B
JSON
8 lines
121 B
JSON
{
|
|
"1.0.0": "0.15.0",
|
|
"1.0.1": "1.8.4",
|
|
"1.0.2": "1.8.4",
|
|
"1.0.3": "1.8.4",
|
|
"1.0.11": "1.9.14",
|
|
"1.1.0": "1.9.14"
|
|
}
|