From cba6c9695afff8a5ccc3841b4eaea204d71566fb Mon Sep 17 00:00:00 2001 From: Gustavo Barbosa Date: Thu, 2 Nov 2023 06:55:49 -0300 Subject: [PATCH] feat: relase 1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67d97f1..03d2a12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timer-function-execution", - "version": "1.2.0", + "version": "1.3.0", "description": "Measures function execution time. Supports synchronous and asynchronous functions.", "main": "index.ts", "private": false,