All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.2 (2023-07-01)
- PingJob: Avoid collision if multiple instances are running on the same machine (607a653)
- ScriptJob: Check for function type and timeout on initial script run (4f16d71)
- Implemented job execution and reporting for all the monitor types except the script monitor (52edb49)
- ScriptJob: Implemented script job runner using isolated-vm (63c5dbf)