Prepare release of xrpl@2.2.1 and ripple-address-codec@4.2.4

This commit is contained in:
Caleb Kniffen
2022-04-21 17:10:44 -05:00
parent 417978e131
commit 3ed93aa19e
167 changed files with 1189 additions and 1183 deletions

View File

@@ -4,6 +4,10 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
## Unreleased
## 2.2.1 (2022-04-21)
### Fixed
* Fix return field of nft offer
## 2.2.0 (2022-04-19)
### Added
* `federator_info` RPC support

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.2.0",
"version": "2.2.1",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -24,7 +24,7 @@
"bip39": "^3.0.4",
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.4",
"ripple-address-codec": "^4.2.3",
"ripple-address-codec": "^4.2.4",
"ripple-binary-codec": "^1.4.0",
"ripple-keypairs": "^1.1.3",
"ws": "^8.2.2"