From 3d3f50ad05c347dd071cfc36ecb70fe87a7b30b3 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 22 Feb 2021 14:50:36 -0800 Subject: [PATCH] release: update history for 1.0.3 --- packages/ripple-keypairs/HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/ripple-keypairs/HISTORY.md b/packages/ripple-keypairs/HISTORY.md index e171b641..fdf9c77a 100644 --- a/packages/ripple-keypairs/HISTORY.md +++ b/packages/ripple-keypairs/HISTORY.md @@ -1,5 +1,12 @@ # ripple-keypairs Release History +## 1.0.3 (2021-02-22) + +* Update dependencies: + * elliptic to 6.5.4 - includes security fix, although ripple-keypairs should not be susceptible because the vulnerable code is meant only for DH key exchange, which we do not use + * ripple-address-codec to 4.1.2 + * bn.js, ts-node, @types/node, @types/mocha, codecov, prettier, typescript, eslint-config-prettier, eslint-plugin-import, elint-config-airbnb-base, eslint-plugin-prettier, ts-node, mocha + ## 1.0.2 (2020-09-12) * Drop support for Node.js version 8 (#171)