Skip to content

Commit

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

### 🔧 Fixes

* require from module's root returns an empty object. ([#20](#20)) ([e141e88](e141e88))
  • Loading branch information
semantic-release-bot committed Nov 14, 2023
1 parent e141e88 commit 6cb1d9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [0.2.1-dev.1](https://github.com/starkware-libs/starkware-crypto-utils/compare/v0.2.0...v0.2.1-dev.1) (2023-11-14)


### 🔧 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))

## [0.2.0](https://github.com/starkware-libs/starkware-crypto-utils/compare/v0.1.0...v0.2.0) (2023-08-14)


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": "@starkware-industries/starkware-crypto-utils",
"version": "0.2.0",
"version": "0.2.1-dev.1",
"description": "Signatures, keys and Pedersen hash on STARK friendly elliptic curve",
"keywords": [
"stark",
Expand Down

0 comments on commit 6cb1d9d

Please sign in to comment.