diff --git a/CHANGELOG.md b/CHANGELOG.md index e31e3ef..c2b066d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.0.2](https://www.github.com/projectsophon/hardhat-circom/compare/v3.0.1...v3.0.2) (2022-04-20) + + +### Bug Fixes + +* Print entirety of circom2 errors ([#47](https://www.github.com/projectsophon/hardhat-circom/issues/47)) ([669bfc7](https://www.github.com/projectsophon/hardhat-circom/commit/669bfc7bbcec8b3fcd6cf2a8978235e4d18acea1)) + ### [3.0.1](https://www.github.com/projectsophon/hardhat-circom/compare/v3.0.0...v3.0.1) (2022-03-17) ### Bug Fixes diff --git a/package.json b/package.json index 12fe03e..4dacaf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hardhat-circom", - "version": "3.0.1", + "version": "3.0.2", "description": "Hardhat plugin to integrate Circom and SnarkJS into your build process.", "author": "Jacob Rosenthal ", "repository": "projectsophon/hardhat-circom",