Releases: yaorg/node-measured
Releases · yaorg/node-measured
v2.0.0
v1.51.1
v1.51.0
v1.50.0
v1.49.0
v1.48.0
Fix latest Github release version mismatch
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.
v1.43.0
new keepAlive
option on Meter
and Timer
Meter
andTimer
were usingsetInterval
and keeping a ref to it as well keeping processes hanging. This can now be controlled via a newkeepAlive
option.