Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2023-10-29)

### Bug Fixes

* **ci:** 🐛 Add circom path and run test on push ([9aad534](9aad534))
* **ci:** 🐛 Ignore errors on circom build ([4e85c3b](4e85c3b))
* **ci:** 🐛 Update GitHub Actions to install circom and snarkjs ([4b87618](4b87618))
  • Loading branch information
semantic-release-bot committed Oct 29, 2023
1 parent 2379165 commit 09cfc82
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.2.1](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.2.0...v1.2.1) (2023-10-29)


### Bug Fixes

* **ci:** :bug: Add circom path and run test on push ([9aad534](https://github.com/SpiralOutDotEu/zk_whitelist/commit/9aad534a158d8558d0bbdc889cf4b071b1c9a8bc))
* **ci:** :bug: Ignore errors on circom build ([4e85c3b](https://github.com/SpiralOutDotEu/zk_whitelist/commit/4e85c3ba7081ccf59b9ca741c0ea83c6558f6144))
* **ci:** :bug: Update GitHub Actions to install circom and snarkjs ([4b87618](https://github.com/SpiralOutDotEu/zk_whitelist/commit/4b87618d181ce684977e7ac942450b1d315719bf))

# [1.2.0](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.1.0...v1.2.0) (2023-10-29)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk_whitelist"
version = "1.2.0"
version = "1.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 09cfc82

Please sign in to comment.