(Choose1
answer)
A. Changes are not backwards compatible
According to the rules of semantic versioning, what does a release incrementing the third number in an npm version string communicate to users about the release changes?
B. Changes might not be backward compatible and might break existing code
C. Changes are just bug fixes and no new features were added
D. Changes will add new functionality but will not break any existing code
Q: 43