How to release a new version of the library Update the version number in package.json Run npm install to update the package-lock.json file Commit your changes Create a new tag with the version number and push it to the repository Create a Release from the Tag on GitHub