Skip to content

v1.0.1

Choose a tag to compare

@jaredcnance jaredcnance released this 04 Dec 16:18

Changes

Notes

The only issue you may run into when upgrading would involve #10 which fixes the type annotations being used in the metricScope. Specifically, we switched to using unknown instead of any to preserve types and prevent incorrect casting/assignments. This would likely only fail in the presence of a programming error which is why I decided this did not deserve a major revision.