From ef5770e41a2037fd8524c84bfcb0c571953d4b97 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 30 Apr 2025 11:52:27 +0000 Subject: [PATCH] 2.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 084a28f..f7c6c9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartexpect", - "version": "2.3.0", + "version": "2.3.1", "private": false, "description": "A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.", "main": "dist_ts/index.js",