From bf481f4bbf889654fc7450cda00070cf59f904af Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Sat, 5 Sep 2020 01:23:16 -0400 Subject: [PATCH] Updated dist files. --- CHANGELOG.md | 4 ++-- packages/tests/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 218ce6ccd..b57078fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ Changelog This change log is managed by `scripts/cmds/update-versions` but may be manually updated. -ethers/v5.0.10 (2020-09-04 03:20) +ethers/v5.0.10 (2020-09-05 01:21) --------------------------------- - - Added retry logic to provider tests. ([0558bba](https://github.com/ethers-io/ethers.js/commit/0558bba8eb1b783ef50bb37bcf4c9bae1f86f1e1), [35b64b9](https://github.com/ethers-io/ethers.js/commit/35b64b9a65e2c09ecb63b0eca712b45a3092c204)) + - Added retry logic to provider tests. ([0558bba](https://github.com/ethers-io/ethers.js/commit/0558bba8eb1b783ef50bb37bcf4c9bae1f86f1e1), [35b64b9](https://github.com/ethers-io/ethers.js/commit/35b64b9a65e2c09ecb63b0eca712b45a3092c204), [681f2a5](https://github.com/ethers-io/ethers.js/commit/681f2a50b26d7954795dba5aec55bede4740e494)) - Fixed link in docs. ([#1028](https://github.com/ethers-io/ethers.js/issues/1028); [2359a98](https://github.com/ethers-io/ethers.js/commit/2359a98641d99b26cf88ec892e3601a8a2c81c9c)) - Added memory-like support and new opcodes to asm. ([6fd3bb6](https://github.com/ethers-io/ethers.js/commit/6fd3bb62d10eab1563dc4ddbd88732b4f484ec7a)) - Added basic ENS resolver functions for contenthash, text and multi-coin addresses. ([#1003](https://github.com/ethers-io/ethers.js/issues/1003); [83db8a6](https://github.com/ethers-io/ethers.js/commit/83db8a6bd1364458dcfeea544de707df41890b4e)) diff --git a/packages/tests/package.json b/packages/tests/package.json index be18741a4..ee28acd15 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -39,7 +39,7 @@ "scripts": { "test": "exit 1" }, - "tarballHash": "0x42112e8cd3f69c6a4576569adc37b074fa5b5b214749aa4916bf5634a34300a2", + "tarballHash": "0xc78ad4d901d8e2a22fc73752aef69a9c6c13e74264f2e310e567888dc6190de3", "types": "./lib/index.d.ts", "version": "5.0.6" }