From 67af3cd5169cc301b8fdb3e52b91a0969fe87f8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 16:43:19 -0700 Subject: [PATCH] chore: Release 3.0.2 (#48) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",