|
|
|
|
|
by jjnoakes
3490 days ago
|
|
Consumers may want to use a different version. Perhaps they want a newer one (bug fix, security fix). Perhaps they want an older one (since another dependency was tested against an older version of the dep in question). Semver gives you a way to decide what ranges of versions should be safe to move between in order to satisfy all of those occasionally conflicting requirements. |
|
By semvar rules you should be updating the major version?