Skip to content

Commit

Permalink
set release version 2 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
dule-git authored Sep 25, 2024
1 parent 6a67b4a commit 5cc3346
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .changeset/calm-kings-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@tenderly/hardhat-tenderly": patch
---

Added error messages if `ethers` and `hardhat-tenderly` versions are not compatible for each other
(`ethersv5` and `@tenderly/hardhat-tenderly@^2.0.0`, or `ethersv6` and `@tenderly/hardhat-tenderly@^1.0.0`.

Also added info log if there's a new `@tenderly/hardhat-tenderly` version available.

4 changes: 2 additions & 2 deletions packages/hre-extender-v1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tenderly/hardhat-tenderly",
"name": "@tenderly/hre-extender-v1",
"author": "Tenderly",
"private": false,
"private": true,
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Package for overloading some of the HardhatRuntimeEnvironment components",
Expand Down
4 changes: 2 additions & 2 deletions packages/hre-extender-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tenderly/hre-extender-v2",
"name": "@tenderly/hardhat-tenderly",
"author": "Tenderly",
"private": true,
"private": false,
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Package for overloading some of the HardhatRuntimeEnvironment components",
Expand Down

0 comments on commit 5cc3346

Please sign in to comment.