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

@@ -2,6 +2,7 @@
## Unreleased
## 1.3.1 (2023-09-27)
### Fixed
* Fix source-maps not finding their designated source

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-keypairs",
"version": "1.3.0",
"version": "1.3.1",
"description": "Cryptographic key pairs for the XRP Ledger",
"scripts": {
"build": "tsc -b",
@@ -22,7 +22,7 @@
"brorand": "^1.0.5",
"elliptic": "^6.5.4",
"hash.js": "^1.0.3",
"ripple-address-codec": "^4.3.0"
"ripple-address-codec": "^4.3.1"
},
"repository": {
"type": "git",