From fb2f43089dfd7edb4f7a350605db7c5279d19a96 Mon Sep 17 00:00:00 2001 From: signature18632 Date: Fri, 12 Dec 2025 08:35:16 +0700 Subject: [PATCH 1/2] docs: Update Client SDK version to 1.5.2 --- developers-hub/intmax-client-sdk/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers-hub/intmax-client-sdk/overview.md b/developers-hub/intmax-client-sdk/overview.md index f5c7f1c..c2217cf 100644 --- a/developers-hub/intmax-client-sdk/overview.md +++ b/developers-hub/intmax-client-sdk/overview.md @@ -8,7 +8,7 @@ description: The INTMAX Client SDK provides a secure, high-performance interface The INTMAX Client SDK provides a secure, high-performance interface for interacting with the INTMAX network. Built with WebAssembly for optimized cryptographic processing, the SDK abstracts complex blockchain operations into a developer-friendly API that handles the complete transaction lifecycle—from creation and signing to broadcasting. This documentation covers the SDK's core functionality, available functions, and interface specifications to help developers build secure blockchain wallet integrations with confidence. -**Latest Version**: `1.5.0` +**Latest Version**: `1.5.2` **Check out the INTMAX Client SDK on GitHub** From 64ebd9d5b1c902d47231fab26b0551a3211a0224 Mon Sep 17 00:00:00 2001 From: signature18632 Date: Fri, 12 Dec 2025 08:35:41 +0700 Subject: [PATCH 2/2] chore(release): bump version to 1.0.15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c6b353..808bec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intmax2-docs", - "version": "1.0.14", + "version": "1.0.15", "license": "MIT", "description": "Documentation for INTMAX2", "scripts": {