diff --git a/packages/ripple-address-codec/HISTORY.md b/packages/ripple-address-codec/HISTORY.md index 885d489d..188f471a 100644 --- a/packages/ripple-address-codec/HISTORY.md +++ b/packages/ripple-address-codec/HISTORY.md @@ -2,6 +2,9 @@ ## Unreleased +### Fixed +* Fix source-maps not finding their designated source + ## 4.3.0 (2023-06-13) ### Added * Adds support for npm v9 diff --git a/packages/ripple-binary-codec/HISTORY.md b/packages/ripple-binary-codec/HISTORY.md index a4052eba..bde5802d 100644 --- a/packages/ripple-binary-codec/HISTORY.md +++ b/packages/ripple-binary-codec/HISTORY.md @@ -8,6 +8,9 @@ * Add AMM support [XLS-30](https://github.com/XRPLF/XRPL-Standards/discussions/78) * Updated to include latest updates to `definitions.json`. +### Fixed +* Fix source-maps not finding their designated source + ## 1.8.0 (2023-08-07) ### Added diff --git a/packages/ripple-keypairs/HISTORY.md b/packages/ripple-keypairs/HISTORY.md index 066988b1..565ef28b 100644 --- a/packages/ripple-keypairs/HISTORY.md +++ b/packages/ripple-keypairs/HISTORY.md @@ -2,6 +2,9 @@ ## Unreleased +### Fixed +* Fix source-maps not finding their designated source + ## 1.3.0 (2023-06-13) ### Added * Adds support for npm v9 diff --git a/packages/xrpl/HISTORY.md b/packages/xrpl/HISTORY.md index 6f0995e3..27105364 100644 --- a/packages/xrpl/HISTORY.md +++ b/packages/xrpl/HISTORY.md @@ -9,6 +9,9 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr * Add AMM support [XLS-30](https://github.com/XRPLF/XRPL-Standards/discussions/78) * Add `walletFromSecretNumbers` to derive a wallet from [XLS-12](https://github.com/XRPLF/XRPL-Standards/issues/15). Currently only works with `secp256k1` keys, but will work with `ED25519` keys as part of 3.0 via [#2376](https://github.com/XRPLF/xrpl.js/pull/2376). +### Fixed +* Fix source-maps not finding their designated source + ## 2.10.0 (2023-08-07) ### Added