From 353a51b7e68ace3ddfe58e3ae82029b8c3141eb4 Mon Sep 17 00:00:00 2001 From: uzlopak Date: Tue, 17 May 2022 14:04:50 +0200 Subject: [PATCH] bump version to 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa5d9169..424ed134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinybench", - "version": "1.0.1", + "version": "1.0.2", "description": "A benchmarking library that supports high-resolution timers & returns statistically significant results.", "license": "MIT", "browser": "benchmark.js",