Skip to content

Commit

Permalink
set release version (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
dule-git authored Nov 21, 2024
1 parent fd3a411 commit 4a4a055
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/hre-extender-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tenderly/hardhat-tenderly

## 1.11.0

### Minor Changes

- Implemented private and public ABI verification for Lens Testnet

## 1.10.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/hre-extender-v1/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tenderly/hre-extender-v1",
"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": "1.10.0",
"version": "1.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -38,9 +38,9 @@
"ethers": "^5.7.2",
"@ethersproject/bignumber": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@tenderly/hardhat-integration": "^1.0.0",
"@tenderly/hardhat-integration": "^1.1.0",
"@openzeppelin/hardhat-upgrades": "^1.0.0",
"@openzeppelin/upgrades-core": "^1.32.2",
"@nomiclabs/hardhat-etherscan": "^3.1.0"
}
}
}
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/hardhat-tenderly",
"name": "@tenderly/hre-extender-v2",
"author": "Tenderly",
"private": false,
"private": true,
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Package for overloading some of the HardhatRuntimeEnvironment components",
Expand Down

0 comments on commit 4a4a055

Please sign in to comment.