Format: MAJOR.MINOR.PATCH
MAJOR | Breaking changes (incompatible API) |
MINOR | New backward-compatible features |
PATCH | Backward-compatible bug fixes |
1.0.0-alpha.1 | Pre-release version |
1.0.0+build.123 | Build metadata |
Version Ranges (npm/semver)
^1.2.3 | Compatible with 1.2.3 (1.x.x) |
~1.2.3 | Approximately 1.2.x |
>=1.0.0 <2.0.0 | Range |
* | Any version |
1.2.x | 1.2.* (any patch) |