Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp core library.version.minor

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-core-library > Version > minor

Version.minor property

Returns the second component of the version string.

Signature:

get minor(): number;

Remarks

Typically a change in the minor version number indicates that new features were added, while remaining backwards compatible with previous releases.

Clone this wiki locally