You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: semver.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,7 @@ modification depends on whether you updated your dependencies in order to fix
286
286
a bug or introduce new functionality. I would usually expect additional code
287
287
for the latter instance, in which case it's obviously a minor level increment.
288
288
289
-
### What if I inadvertently alter the public API in a way that is not compliant with the version number change (i.e. the code incorrectly introduces a major breaking change in a patch release)
289
+
### What if I inadvertently alter the public API in a way that is not compliant with the version number change (i.e. the code incorrectly introduces a major breaking change in a patch release)?
290
290
291
291
Use your best judgment. If you have a huge audience that will be drastically
292
292
impacted by changing the behavior back to what the public API intended, then
0 commit comments