We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d5437 commit a658fefCopy full SHA for a658fef
.changeset/spicy-lies-stick.md
packages/hardhat-core/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# hardhat
2
3
+## 2.28.6
4
+
5
+### Patch Changes
6
7
+- f6d5437: Fixed an issue affecting the hardhat-tracer community plugin causing traces to stop being reported after calling `hardhat_reset`
8
9
## 2.28.5
10
11
### Patch Changes
packages/hardhat-core/package.json
@@ -1,6 +1,6 @@
{
"name": "hardhat",
- "version": "2.28.5",
+ "version": "2.28.6",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
0 commit comments