Skip to content

Commit

Permalink
chore: Release 3.0.1 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 17, 2022
1 parent 5ac4f79 commit 84f67e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [3.0.1](https://www.github.com/projectsophon/hardhat-circom/compare/v3.0.0...v3.0.1) (2022-03-17)


### Bug Fixes

* Log circom2 errors before throwing ([5ac4f79](https://www.github.com/projectsophon/hardhat-circom/commit/5ac4f798fc76f81f989a3509ba8499947874287d))
* Properly handle explicit circuit names w/ circom2 ([#44](https://www.github.com/projectsophon/hardhat-circom/issues/44)) ([5ac4f79](https://www.github.com/projectsophon/hardhat-circom/commit/5ac4f798fc76f81f989a3509ba8499947874287d))
* Use the circuit directory for virtual paths ([5ac4f79](https://www.github.com/projectsophon/hardhat-circom/commit/5ac4f798fc76f81f989a3509ba8499947874287d))

## [3.0.0](https://www.github.com/projectsophon/hardhat-circom/compare/v2.1.0...v3.0.0) (2022-03-16)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat-circom",
"version": "3.0.0",
"version": "3.0.1",
"description": "Hardhat plugin to integrate Circom and SnarkJS into your build process.",
"author": "Jacob Rosenthal <[email protected]>",
"repository": "projectsophon/hardhat-circom",
Expand Down

0 comments on commit 84f67e3

Please sign in to comment.