diff --git a/.changeset/orange-jobs-hug.md b/.changeset/orange-jobs-hug.md deleted file mode 100644 index 7296145ea5..0000000000 --- a/.changeset/orange-jobs-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Fixed an issue that caused compilation with solcjs to not work when Hardhat is bundled diff --git a/.changeset/shaggy-experts-fetch.md b/.changeset/shaggy-experts-fetch.md deleted file mode 100644 index 5386d66f6e..0000000000 --- a/.changeset/shaggy-experts-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Show a message with a link to the Solidity Developer Survey diff --git a/packages/hardhat-core/CHANGELOG.md b/packages/hardhat-core/CHANGELOG.md index defb747d93..650e0fe001 100644 --- a/packages/hardhat-core/CHANGELOG.md +++ b/packages/hardhat-core/CHANGELOG.md @@ -1,5 +1,12 @@ # hardhat +## 2.12.4 + +### Patch Changes + +- 7154371e3: Fixed an issue that caused compilation with solcjs to not work when Hardhat is bundled +- 2fc9a2cb8: Show a message with a link to the Solidity Developer Survey + ## 2.12.3 ### Patch Changes diff --git a/packages/hardhat-core/package.json b/packages/hardhat-core/package.json index 16c742d1c1..250a1d74e1 100644 --- a/packages/hardhat-core/package.json +++ b/packages/hardhat-core/package.json @@ -1,6 +1,6 @@ { "name": "hardhat", - "version": "2.12.3", + "version": "2.12.4", "author": "Nomic Labs LLC", "license": "MIT", "homepage": "https://hardhat.org",