SemanticVersion interface

versioning for an artifact as described at: http://semver.org/, of the form major.minor.patch.

Properties

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

Property Details

major

Major version when you make incompatible API changes

major: number

Property Value

number

minor

Minor version when you add functionality in a backwards-compatible manner

minor: number

Property Value

number

patch

Patch version when you make backwards-compatible bug fixes

patch: number

Property Value

number