Skip to content

Commit

Permalink
release: v4.0.0 (#2739)
Browse files Browse the repository at this point in the history
* update HISTORY

* update package.json
  • Loading branch information
khancode authored Jul 16, 2024
1 parent 3bc3c20 commit 275c957
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
22 changes: 5 additions & 17 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions packages/xrpl/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

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.

## Unreleased
* Remove references to the Hooks testnet faucet in the xrpl.js code repository.
## 4.0.0 (2024-07-15)

### BREAKING CHANGES
* Use rippled api_version v2 as default while maintaining support for v1.
Expand All @@ -14,6 +13,9 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
* Support for the user version of the `feature` RPC.
* Add `hash` field to `ledger` command response

### Removed
* Remove references to the Hooks testnet faucet in the xrpl.js code repository.

## 3.1.0 (2024-06-03)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/xrpl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "3.1.0",
"version": "4.0.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
Expand Down

0 comments on commit 275c957

Please sign in to comment.