Resilient web socket that automatically reconnects if the connection is closed.
-
Commit changes to git.
-
In the project root directory, run
npm version <update_type>
to update the version number inpackage.json
. Replace<update_type>
with one of the semantic versioning release types (patch, minor, or major). -
Push to GitHub. Jenkins is configured to build and publish the package to npm on every push to the
main
branch. -
Check your package page (
https://www.npmjs.com/package/@umerx/reconnecting-websocket
) to check that the package version has been updated.