diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-04-27 22:58:24 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-04-27 22:58:24 +0530 |
commit | b5f78bf3049c181b47d8692b728d7087c4fad51d (patch) | |
tree | 694e350283ac07d43b9589ca01db5c2427a107a4 /package.json | |
parent | 961708462525292c28aaf2462f7c50b05536df99 (diff) |
Bug Fix: preventing an undefined friendId causing unwanted deletion of all of the user's friendships (one sidedly, too\!)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |