From 04e3c1a9acf14639c36899430244fa35f54cda07 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 17 Aug 2024 07:27:34 +0200 Subject: [PATCH] 1.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0dc8aca..a4c3847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartexpect", - "version": "1.0.21", + "version": "1.1.0", "private": false, "description": "A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.", "main": "dist_ts/index.js", @@ -58,4 +58,4 @@ "type": "git", "url": "https://code.foss.global/push.rocks/smartexpect.git" } -} \ No newline at end of file +}