From 94751fc4bc1aea106ef6916214f76f7c034090d5 Mon Sep 17 00:00:00 2001 From: tequ Date: Tue, 23 Jun 2026 22:44:24 +0900 Subject: [PATCH] 4.1.0 (#70) --- .github/workflows/nodejs.yml | 2 +- package-lock.json | 6 +++--- packages/xahau-binary-codec/HISTORY.md | 2 ++ packages/xahau-binary-codec/package.json | 2 +- packages/xahau/HISTORY.md | 6 +++--- packages/xahau/package.json | 4 ++-- 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 63016bfd..eb22ad07 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -4,7 +4,7 @@ name: Node.js CI env: - XAHAUD_VERSION: 2026.6.16-dev+3330 + XAHAUD_VERSION: 2026.6.21-release+3350 on: push: diff --git a/package-lock.json b/package-lock.json index 60199a00..bb9a14c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16048,7 +16048,7 @@ } }, "packages/xahau": { - "version": "4.1.0-alpha.0", + "version": "4.1.0", "license": "ISC", "dependencies": { "@scure/bip32": "^1.3.1", @@ -16058,7 +16058,7 @@ "bignumber.js": "^9.0.0", "eventemitter3": "^5.0.1", "xahau-address-codec": "^5.0.0", - "xahau-binary-codec": "^2.2.0-alpha.0", + "xahau-binary-codec": "^2.2.0", "xahau-keypairs": "^2.0.0" }, "devDependencies": { @@ -16091,7 +16091,7 @@ } }, "packages/xahau-binary-codec": { - "version": "2.2.0-alpha.0", + "version": "2.2.0", "license": "ISC", "dependencies": { "@xrplf/isomorphic": "^1.0.1", diff --git a/packages/xahau-binary-codec/HISTORY.md b/packages/xahau-binary-codec/HISTORY.md index 8b5df813..b0e028e1 100644 --- a/packages/xahau-binary-codec/HISTORY.md +++ b/packages/xahau-binary-codec/HISTORY.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.1.0 (2026-06-23) + ### Added * Support for the Price Oracles amendment (XLS-47). diff --git a/packages/xahau-binary-codec/package.json b/packages/xahau-binary-codec/package.json index e64b26c5..0363ff31 100644 --- a/packages/xahau-binary-codec/package.json +++ b/packages/xahau-binary-codec/package.json @@ -1,6 +1,6 @@ { "name": "xahau-binary-codec", - "version": "2.2.0-alpha.0", + "version": "2.2.0", "description": "Xahau Network binary codec", "files": [ "dist/*", diff --git a/packages/xahau/HISTORY.md b/packages/xahau/HISTORY.md index 2bfb664d..fe0f9c30 100644 --- a/packages/xahau/HISTORY.md +++ b/packages/xahau/HISTORY.md @@ -1,9 +1,9 @@ -# xrpl.js Release History - -Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release. +# xahau.js Release History ## Unreleased Changes +## 4.1.0 (2026-06-23) + ### Added * Support for HookOnV2 Amendment * Support for IOUClaimReward Amendment diff --git a/packages/xahau/package.json b/packages/xahau/package.json index 993ef3c3..2a1551af 100644 --- a/packages/xahau/package.json +++ b/packages/xahau/package.json @@ -1,6 +1,6 @@ { "name": "xahau", - "version": "4.1.0-alpha.0", + "version": "4.1.0", "license": "ISC", "description": "A TypeScript/JavaScript API for interacting with the Xahau Network in Node.js and the browser", "files": [ @@ -29,7 +29,7 @@ "bignumber.js": "^9.0.0", "eventemitter3": "^5.0.1", "xahau-address-codec": "^5.0.0", - "xahau-binary-codec": "^2.2.0-alpha.0", + "xahau-binary-codec": "^2.2.0", "xahau-keypairs": "^2.0.0" }, "devDependencies": {