Skip to content

Commit

Permalink
release: v0.2.1
Browse files Browse the repository at this point in the history
 ### [0.2.1](v0.2.0...v0.2.1) (2023-11-15)

### 馃敡 Fixes

* require from module's root returns an empty object. ([#20](#20)) ([e141e88](e141e88))

### 馃拤 Improvements

* optimize `pedersen` function ([#17](#17)) ([c73ee56](c73ee56))
  • Loading branch information
semantic-release-bot committed Nov 15, 2023
1 parent 94abf24 commit 754abae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
### [0.2.1](https://github.com/starkware-libs/starkware-crypto-utils/compare/v0.2.0...v0.2.1) (2023-11-15)


### 馃敡 Fixes

* require from module's root returns an empty object. ([#20](https://github.com/starkware-libs/starkware-crypto-utils/issues/20)) ([e141e88](https://github.com/starkware-libs/starkware-crypto-utils/commit/e141e886986864fbb9ac2b1cb69f07af05afe47d))


### 馃拤 Improvements

* optimize `pedersen` function ([#17](https://github.com/starkware-libs/starkware-crypto-utils/issues/17)) ([c73ee56](https://github.com/starkware-libs/starkware-crypto-utils/commit/c73ee565a865b88564441e21d64332478dca2455))

### [0.2.1-dev.2](https://github.com/starkware-libs/starkware-crypto-utils/compare/v0.2.1-dev.1...v0.2.1-dev.2) (2023-11-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@starkware-industries/starkware-crypto-utils",
"version": "0.2.1-dev.2",
"version": "0.2.1",
"description": "Signatures, keys and Pedersen hash on STARK friendly elliptic curve",
"keywords": [
"stark",
Expand Down

0 comments on commit 754abae

Please sign in to comment.