From f1c1100240ac297d50ae318ff33d510656ba229f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 12:25:21 -0700 Subject: [PATCH] chore: Release 3.3.2 (#74) 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 07e9aa3..46b5ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.3.2](https://www.github.com/projectsophon/hardhat-circom/compare/v3.3.1...v3.3.2) (2022-11-03) + + +### Bug Fixes + +* Update dependencies to ensure latest circom2 is working ([#73](https://www.github.com/projectsophon/hardhat-circom/issues/73)) ([818b6a4](https://www.github.com/projectsophon/hardhat-circom/commit/818b6a441bfa27cf53913c92778adb4832b781c3)) + ### [3.3.1](https://www.github.com/projectsophon/hardhat-circom/compare/v3.3.0...v3.3.1) (2022-07-12) diff --git a/package.json b/package.json index 3cca8de..395a8ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hardhat-circom", - "version": "3.3.1", + "version": "3.3.2", "description": "Hardhat plugin to integrate Circom and SnarkJS into your build process.", "author": "Jacob Rosenthal ", "repository": "projectsophon/hardhat-circom",