Skip to content

Commit 201e126

Browse files
authored
Release/xrpl@4.4.1 (#3071)
* update HISTORY.md * release xrpl@4.4.1 * update pacage version in HISTORY.md * Polish wording/capitalization in the 4.4.1 note
1 parent 3c471fb commit 201e126

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/xrpl/HISTORY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
44

55
## Unreleased
66

7+
## 4.4.1 (2025-08-29)
8+
79
### Fixed
8-
* Fixes node.js process termination when websocket send method errors after connection is closed.
10+
* Prevent Node.js process termination when WebSocket send() errors after the connection is closed.
911

1012
## 4.4.0 (2025-07-29)
1113

packages/xrpl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xrpl",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"license": "ISC",
55
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
66
"files": [

0 commit comments

Comments
 (0)