Skip to content

Commit fcc6bb9

Browse files
committed
note about semver
1 parent 4e1dcf4 commit fcc6bb9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ ready to update, make sure your package.json specifically points to
2020
`0.3.5` or less, `0.3.6` just throws an error telling you the package
2121
has moved.
2222

23+
SemVer
24+
------
25+
26+
Before our `1.0` release, breaking API changes will cause a bump to
27+
`0.x`. For example, `0.4.1` and `0.4.8` will have the same API, but
28+
`0.5.0` will have breaking changes.
29+
2330
Features
2431
--------
2532

0 commit comments

Comments
 (0)