Skip to content

Commit 94f2d3a

Browse files
Release 4.5.0: release-xrpl-4.5.0 → main (#3161)
update package version Co-authored-by: Raj Patel <[email protected]>
1 parent cf49131 commit 94f2d3a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/xrpl/HISTORY.md

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

55
## Unreleased
66

7+
## 4.5.0 (2025-12-16)
8+
79
### Added
810
* Support for `Lending Protocol` (XLS-66d).
911
* Export signing and binary codec utilities.

packages/xrpl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xrpl",
3-
"version": "4.4.3",
3+
"version": "4.5.0",
44
"license": "ISC",
55
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
66
"files": [
@@ -29,7 +29,7 @@
2929
"bignumber.js": "^9.0.0",
3030
"eventemitter3": "^5.0.1",
3131
"ripple-address-codec": "^5.0.0",
32-
"ripple-binary-codec": "^2.5.1",
32+
"ripple-binary-codec": "^2.6.0",
3333
"ripple-keypairs": "^2.0.0",
3434
"fast-json-stable-stringify": "^2.1.0"
3535
},

0 commit comments

Comments
 (0)