You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The publish.sh script releasing/publishing this project relies on the Github API to fetch releases and can get confused by draft releases. This version will bring the latest release version in sync between Github and package.json and lerna.json files so that the next release can go more smoothly.
Meter and Timer were using setInterval and keeping a ref to it as well keeping processes hanging. This can now be controlled via a new keepAlive option.