Skip to content

Commit

Permalink
4.2.0 release (#2896)
Browse files Browse the repository at this point in the history
* update HISTORY

* update package versions

* fix version
  • Loading branch information
khancode authored Feb 14, 2025
1 parent 35e40d9 commit 5b16d0c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/ripple-binary-codec/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## Unreleased

## 2.3.0 (2025-2-13)

### Added
* Support for the AMMClawback amendment (XLS-73)
* Support for the Permissioned Domains amendment (XLS-80).

## 2.2.0 (2024-12-23)

Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-binary-codec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "2.2.0",
"version": "2.3.0",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",
Expand Down
5 changes: 3 additions & 2 deletions packages/xrpl/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr

## Unreleased

## 4.2.0 (2025-2-13)

### Added
* Support for the AMMClawback amendment (XLS-73)
* Adds utility function `convertTxFlagsToNumber`
* Implementation of XLS-80d PermissionedDomain feature.
* Support for the Permissioned Domains amendment (XLS-80).
* Support for the `simulate` RPC ([XLS-69](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0069-simulate))
* Support for XLS-77d Deep-Freeze amendment

Expand All @@ -17,7 +19,6 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
### Fixed
* Include `network_id` field in the `server_state` response interface.


## 4.1.0 (2024-12-23)

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/xrpl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "4.1.0",
"version": "4.2.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"bignumber.js": "^9.0.0",
"eventemitter3": "^5.0.1",
"ripple-address-codec": "^5.0.0",
"ripple-binary-codec": "^2.2.0",
"ripple-binary-codec": "^2.3.0",
"ripple-keypairs": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5b16d0c

Please sign in to comment.