Skip to content

Commit

Permalink
Bump version for hardhat-tenderly-v2 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
dule-git authored Nov 21, 2024
1 parent 4a4a055 commit 606ed04
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -43,4 +43,4 @@
"@openzeppelin/upgrades-core": "^1.32.2",
"@nomiclabs/hardhat-etherscan": "^3.1.0"
}
}
}
6 changes: 6 additions & 0 deletions packages/hre-extender-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tenderly/hardhat-tenderly

## 2.5.0

### Minor Changes

- Implemented private and public ABI verification for Lens Testnet

## 2.4.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/hre-extender-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"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",
"version": "2.4.0",
"version": "2.5.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -43,6 +43,6 @@
"ethers": "^6.8.1",
"dotenv": "^16.4.5",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@tenderly/hardhat-integration": "^1.0.0"
"@tenderly/hardhat-integration": "^1.1.0"
}
}
}

0 comments on commit 606ed04

Please sign in to comment.