From 52396913c72245f60f59086d77081aaaeb5e0f82 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 4 Jan 2025 13:11:59 +0100 Subject: [PATCH] 1.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5f3b7dc..d4cc605 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartarray", - "version": "1.0.8", + "version": "1.1.0", "private": false, "description": "A TypeScript library for enhancing array manipulation with asynchronous operations such as mapping, filtering, and deduplication.", "main": "dist_ts/index.js", @@ -53,4 +53,4 @@ "type": "git", "url": "https://code.foss.global/push.rocks/smartarray.git" } -} \ No newline at end of file +}