Skip to content

Commit ff09402

Browse files
authored
Update README.md
1 parent fc1aa3d commit ff09402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Pinhead has no dependencies and is basically just a directory of SVG files. A fe
3838

3939
#### Version numbers
4040

41-
Pinhead uses a flavor of semantic versioning, with major releases (v2 etc.) corresponding to breaking changes, minor releases (v2.1) corresponding to backwards-compatible changes, and patch releases (v2.1.1 etc.) corresponding to fixes.
41+
Pinhead uses a flavor of semantic versioning, with major releases (v2.0.0) corresponding to breaking changes, minor releases (v2.1.0) corresponding to backwards-compatible changes, and patch releases (v2.1.1) corresponding to fixes.
4242

4343
When it comes to icons, renaming or deleting an icon, or making any visual modification, is a breaking change. Perhaps counterintuitively, we also consider the addition of any new icon to be a breaking change. The goal is clear version integrity, where each major version number refers to a complete set of icons with no differences between minor versions. This avoids common gotchas, like developers depending on a library like `^1.0.0` and potentially seeing different lists of icons in development vs. production in the case where v1.1.0 adds an icon.
4444

0 commit comments

Comments
 (0)