Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 294 Bytes

Release.md

File metadata and controls

6 lines (6 loc) · 294 Bytes

How to release a new version of the library

  1. Update the version number in package.json
  2. Run npm install to update the package-lock.json file
  3. Commit your changes
  4. Create a new tag with the version number and push it to the repository
  5. Create a Release from the Tag on GitHub