From 2c323cd86c1e50a2da7f26afce3a3dd2814768ef Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 5 Jul 2024 11:04:00 +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 c5f4005..92a1c0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fin.cx/csvparser", - "version": "1.0.9", + "version": "1.1.0", "private": false, "description": "A TypeScript-based parser for CSV files from various financial service providers.", "main": "dist_ts/index.js", @@ -67,4 +67,4 @@ "import", "export" ] -} \ No newline at end of file +}