From 47615d0601f6561e2f037a19d36baf59bf32e077 Mon Sep 17 00:00:00 2001 From: CedarMist <134699267+CedarMist@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:56:28 +0100 Subject: [PATCH] integrations/ethers-v6: 6.0.1 --- integrations/ethers-v6/CHANGELOG.md | 6 ++++++ integrations/ethers-v6/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/integrations/ethers-v6/CHANGELOG.md b/integrations/ethers-v6/CHANGELOG.md index c78bcdba..dd877236 100644 --- a/integrations/ethers-v6/CHANGELOG.md +++ b/integrations/ethers-v6/CHANGELOG.md @@ -6,6 +6,12 @@ The format is inspired by [Keep a Changelog]. [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ +## 6.0.1 (2024-09) + +https://github.com/oasisprotocol/sapphire-paratime/milestone/7?closed=1 + + - Make `ethers` a non-optional `peerDependency` + ## 6.0.0-next.1 (2024-08) ### Fixed diff --git a/integrations/ethers-v6/package.json b/integrations/ethers-v6/package.json index a6020d6b..38b14a70 100644 --- a/integrations/ethers-v6/package.json +++ b/integrations/ethers-v6/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@oasisprotocol/sapphire-ethers-v6", "license": "Apache-2.0", - "version": "6.0.0", + "version": "6.0.1", "description": "Ethers v6 support for the Oasis Sapphire ParaTime.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/ethers-v6", "repository": {