mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Merge pull request #1909 from XRPLF/ripple-binary-codec-1.3.1
Release ripple-binary-codec@1.3.1
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -16652,7 +16652,7 @@
|
||||
}
|
||||
},
|
||||
"packages/ripple-binary-codec": {
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"integrity": "sha512-XMRCbFXyG+dGp3x7tMs9IwA+FVWPPaGjdHYW2+g4Q/WQJqFp5MRED+jjOBOUafmrW4TUsOn1PEEdbB4ozWbDBw==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# ripple-binary-codec Release History
|
||||
|
||||
## Unreleased
|
||||
## 1.3.1 (2022-01-28)
|
||||
- Fix "homepage" field in package.json
|
||||
|
||||
## 1.3.0 (2021-12-17)
|
||||
### Added
|
||||
- Exported `TRANSACTION_TYPES` value
|
||||
### Fixed
|
||||
@@ -10,11 +13,11 @@
|
||||
## 1.2.3 (2022-2-2)
|
||||
- Fix issue where ISO is invalid when parsing currency code
|
||||
|
||||
## 1.2.2 (2021-12-2)
|
||||
## 1.2.2 (2021-12-02)
|
||||
- Fix issue where unsupported currency codes weren't being correctly processed
|
||||
- Added a workaround for rippled UNLModify encoding bug (#1830)
|
||||
|
||||
## 1.2.1 (2021-12-1)
|
||||
## 1.2.1 (2021-12-01)
|
||||
- Fix issue where npm < 7 could not install the library
|
||||
|
||||
## 1.2.0 (2021-11-15)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ripple-binary-codec",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "XRP Ledger binary codec",
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
||||
Reference in New Issue
Block a user