From ff920f89f0c75a72f9d29a8540b73dddd7d0a70a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 26 Apr 2024 15:36:26 +0200 Subject: [PATCH] 1.0.7 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 74556e7..d45ac81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartarray", - "version": "1.0.6", + "version": "1.0.7", "private": false, "description": "A library providing asynchronous operations like filter, map, and deduplication for arrays in TypeScript.", "main": "dist_ts/index.js", @@ -47,4 +47,4 @@ "modern JavaScript development", "open source" ] -} \ No newline at end of file +}