From de5fb45bbbb3254533ad15e4bb5e6bd423236ac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 12:48:16 -0700 Subject: [PATCH] chore: Release 3.3.1 (#71) 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 8e645a1..07e9aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.3.1](https://www.github.com/projectsophon/hardhat-circom/compare/v3.3.0...v3.3.1) (2022-07-12) + + +### Bug Fixes + +* Access ptau with filename to support sizes >2gb ([#70](https://www.github.com/projectsophon/hardhat-circom/issues/70)) ([2819e1b](https://www.github.com/projectsophon/hardhat-circom/commit/2819e1bd037708f21405386b6ba72938758e370c)) + ## [3.3.0](https://www.github.com/projectsophon/hardhat-circom/compare/v3.2.2...v3.3.0) (2022-06-21) diff --git a/package.json b/package.json index 12210a0..d7e4e51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hardhat-circom", - "version": "3.3.0", + "version": "3.3.1", "description": "Hardhat plugin to integrate Circom and SnarkJS into your build process.", "author": "Jacob Rosenthal ", "repository": "projectsophon/hardhat-circom",