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": {