From 6f1e37cf56282832b31e9b0e3bcc086a69ffab2b Mon Sep 17 00:00:00 2001 From: Philipp Kunz <code@philkunz.com> Date: Tue, 4 Mar 2025 12:32:00 +0000 Subject: [PATCH] 1.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2057215..88454b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartexpect", - "version": "1.6.0", + "version": "1.6.1", "private": false, "description": "A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.", "main": "dist_ts/index.js",