I mean just the format. You broke something, so it just doesn't show up in the game.
Try to figure it out, maybe fix its format.
https://wiki.factorio.com/Tutorial:Mod_changelog_format
If the issue is about how to track versions with a higher mod: try just multiplying the sub-version (x.x.YYY) by 100 or 1000 - for changes to the origin mod.
Example:
Origin mod fix: 1.0.0
Your mod pulls changes: 1.0.0
Fix into your mod: 1.0.1 ... 1.0.999
Origin mod fix: 1.1.0
Your mod pulls changes: 1.1.0
Fix into your mod: 1.1.1 ... 1.1.999
Origin mod fix: 1.1.1 — (a.b.c)
Your mod pulls changes: 1.1.1000 — (a.b.[c x1000])
Fix into your mod: 1.1.1001 ... 1.1.1999 — (a.b.[c x1000 + your-sub-version]) — your-sub-version:= 0... 999