From b5f78bf3049c181b47d8692b728d7087c4fad51d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 27 Apr 2025 22:58:24 +0530 Subject: Bug Fix: preventing an undefined friendId causing unwanted deletion of all of the user's friendships (one sidedly, too\!) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 62caf3f..fa2d502 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "financer", - "version": "0.3.1", + "version": "0.4.0", "description": "Pocket Money Tracker", "main": "dist/index.js", "scripts": { -- cgit v1.2.3