2.12 release (#2488)

* update HISTORY

* docgen

* update HISTORY again

* update package.json files
This commit is contained in:
Omar Khan
2023-09-27 11:50:21 -04:00
committed by GitHub
parent b9ef0de2df
commit 62cea624f8
338 changed files with 15241 additions and 2443 deletions

View File

@@ -3,6 +3,8 @@
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
## 2.12.0 (2023-09-27)
### Added
* Added `ports` field to `ServerInfoResponse`
* Support for the XChainBridge amendment.

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.11.0",
"version": "2.12.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -28,9 +28,9 @@
"bip39": "^3.0.4",
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.4",
"ripple-address-codec": "^4.3.0",
"ripple-binary-codec": "^1.9.0",
"ripple-keypairs": "^1.3.0",
"ripple-address-codec": "^4.3.1",
"ripple-binary-codec": "^1.10.0",
"ripple-keypairs": "^1.3.1",
"ws": "^8.2.2",
"xrpl-secret-numbers": "^0.3.3"
},