Merge pull request #1909 from XRPLF/ripple-binary-codec-1.3.1

Release ripple-binary-codec@1.3.1
This commit is contained in:
Elliot Lee
2022-02-02 17:54:31 -08:00
committed by GitHub
3 changed files with 8 additions and 5 deletions

2
package-lock.json generated
View File

@@ -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": {

View File

@@ -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)

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "1.3.0",
"version": "1.3.1",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",