From 809b5d0b6292502cfb642b52e3159a08d509b226 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 27 Apr 2024 08:12:29 +0200 Subject: [PATCH] 1.0.8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fe6cb56..0537ff9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartarray", - "version": "1.0.7", + "version": "1.0.8", "private": false, "description": "A TypeScript library for enhancing array manipulation with asynchronous operations such as mapping, filtering, and deduplication.", "main": "dist_ts/index.js", @@ -48,4 +48,4 @@ "npm package", "open source" ] -} \ No newline at end of file +}