From ebd1e5e0b7b68a994593e95b00983b516d7689b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:20:24 -0700 Subject: [PATCH] chore: Release 3.2.2 (#65) 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 9ddcb4b..7e4f5ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.2.2](https://www.github.com/projectsophon/hardhat-circom/compare/v3.2.1...v3.2.2) (2022-06-15) + + +### Bug Fixes + +* Add exportSolidityCallData to groth16 & plonk snarkjs bindings ([#63](https://www.github.com/projectsophon/hardhat-circom/issues/63)) ([318c405](https://www.github.com/projectsophon/hardhat-circom/commit/318c405888e99a658f5254d8063d5b8097098dbe)) + ### [3.2.1](https://www.github.com/projectsophon/hardhat-circom/compare/v3.2.0...v3.2.1) (2022-06-15) ### Bug Fixes diff --git a/package.json b/package.json index 5779d5d..6e5af3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hardhat-circom", - "version": "3.2.1", + "version": "3.2.2", "description": "Hardhat plugin to integrate Circom and SnarkJS into your build process.", "author": "Jacob Rosenthal ", "repository": "projectsophon/hardhat-circom",