SemanticVersion interface
versioning for an artifact as described at: http://semver.org/, of the form major.minor.patch.
major | Major version when you make incompatible API changes |
minor | Minor version when you add functionality in a backwards-compatible manner |
patch | Patch version when you make backwards-compatible bug fixes |
Major version when you make incompatible API changes
major: number
Property Value
number
Minor version when you add functionality in a backwards-compatible manner
minor: number
Property Value
number
Patch version when you make backwards-compatible bug fixes
patch: number
Property Value
number