Release xrpl packages (#2021)

* Update HISTORY.md for release
* Run docgen
This commit is contained in:
Jackson Mills
2022-06-02 11:03:56 -07:00
committed by GitHub
parent f5b2d71cd7
commit 4fddd8f41d
171 changed files with 1433 additions and 1370 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.2.3",
"version": "2.3.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -27,7 +27,7 @@
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.4",
"ripple-address-codec": "^4.2.4",
"ripple-binary-codec": "^1.4.0",
"ripple-binary-codec": "^1.4.1",
"ripple-keypairs": "^1.1.4",
"ws": "^8.2.2"
},