Patch version control tag version to package.json when deploy to npm on CI.
The latest version of the SDK is considered Alpha software and may contain bugs or change significantly between patch versions.
git add git commit -m "...." npm version patch //ติด tag ใน git และเปลี่ยน patch version ใน package.json git push
update packages.json with the last publihed patch version version + 1
Provides a regex for a stable version string, consisting of major (>=1), minor and patch version.