Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 165 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 165 Bytes

NFID Typescript SDK

Making Releases

To release a new version to NPM

  1. npm run version (patch/minor/major)
  2. git tag vX.X.X
  3. git push origin --tags