Skip to content

Commit 3c19700

Browse files
authored
4.3.0 release (#3006)
* update HISTORY * update package.json files
1 parent 9a997c8 commit 3c19700

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

package-lock.json

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

packages/ripple-binary-codec/HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.4.0 (2025-6-09)
6+
57
### Added
68
* Support for `Account Permissions` and `Account Permission Delegation` (XLS-74d, XLS-75d).
79
* Support for the `Batch` amendment (XLS-56).

packages/ripple-binary-codec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ripple-binary-codec",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "XRP Ledger binary codec",
55
"files": [
66
"dist/*",

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.3.0 (2025-6-09)
8+
79
### Added
810
* Support for `NFTokenMintOffer` (XLS-52)
911
* Add Github Actions step to auto-generate documentation

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.2.5",
3+
"version": "4.3.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.3.0",
32+
"ripple-binary-codec": "^2.4.0",
3333
"ripple-keypairs": "^2.0.0"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)