From 08b30df7abb47144323cb7aa7c75ade60ef616a1 Mon Sep 17 00:00:00 2001 From: Mercurial Date: Tue, 27 Jan 2026 03:18:27 +0800 Subject: [PATCH] chore: bump version to v0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14c956f..df5d721 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@utxorpc/sdk", - "version": "0.7.0", + "version": "0.8.0", "description": "A client library to interact with UTxO RPC compliant endpoints", "main": "./lib/node/index.js", "module": "./lib/node/index.mjs",