diff --git a/.changeset/healthy-pets-poke.md b/.changeset/healthy-pets-poke.md deleted file mode 100644 index 13dea0dd8d..0000000000 --- a/.changeset/healthy-pets-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Fixed more bugs in the newly ported Solidity tracing logic diff --git a/.changeset/hot-spoons-sparkle.md b/.changeset/hot-spoons-sparkle.md deleted file mode 100644 index 093b2b10ea..0000000000 --- a/.changeset/hot-spoons-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Remove support for `console.log` selectors that wrongly use "(u)int" type aliases in the selector calculation diff --git a/.changeset/soft-poets-grab.md b/.changeset/soft-poets-grab.md deleted file mode 100644 index a4171e6f17..0000000000 --- a/.changeset/soft-poets-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Fixed minor bugs in the newly ported Solidity tracing logic diff --git a/packages/hardhat-core/CHANGELOG.md b/packages/hardhat-core/CHANGELOG.md index 79f51c60d0..8cab4eaa07 100644 --- a/packages/hardhat-core/CHANGELOG.md +++ b/packages/hardhat-core/CHANGELOG.md @@ -1,5 +1,13 @@ # hardhat +## 2.22.13 + +### Patch Changes + +- bf92f4c: Fixed more bugs in the newly ported Solidity tracing logic +- 3df95d3: Remove support for `console.log` selectors that wrongly use "(u)int" type aliases in the selector calculation +- 4c1bcfc: Fixed minor bugs in the newly ported Solidity tracing logic + ## 2.22.12 ### Patch Changes diff --git a/packages/hardhat-core/package.json b/packages/hardhat-core/package.json index f627842d0e..3e482dcc18 100644 --- a/packages/hardhat-core/package.json +++ b/packages/hardhat-core/package.json @@ -1,6 +1,6 @@ { "name": "hardhat", - "version": "2.22.12", + "version": "2.22.13", "author": "Nomic Labs LLC", "license": "MIT", "homepage": "https://hardhat.org",