Skip to content

Commit

Permalink
prerelease: v0.1.0-dev.1
Browse files Browse the repository at this point in the history
 ## [0.1.0-dev.1](v0.0.1...v0.1.0-dev.1) (2023-05-07)

### 🧩 Features

* exporting getAssetSelector function ([#8](#8)) ([1a945b2](1a945b2))
* new APIs (getPrivateKeyFromEthSignature, privateToStarkKey) ([#3](#3)) ([bf4066c](bf4066c))
* typescript support ([#10](#10)) ([bcdb84b](bcdb84b))
  • Loading branch information
semantic-release-bot committed May 7, 2023
1 parent 8c26aa7 commit 3c5fff6
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,3 +1,12 @@
## [0.1.0-dev.1](https://github.com/starkware-libs/starkware-crypto-utils/compare/v0.0.1...v0.1.0-dev.1) (2023-05-07)


### 🧩 Features

* exporting getAssetSelector function ([#8](https://github.com/starkware-libs/starkware-crypto-utils/issues/8)) ([1a945b2](https://github.com/starkware-libs/starkware-crypto-utils/commit/1a945b2ffbdf56c68bb7606c45341c9d117422ad))
* new APIs (getPrivateKeyFromEthSignature, privateToStarkKey) ([#3](https://github.com/starkware-libs/starkware-crypto-utils/issues/3)) ([bf4066c](https://github.com/starkware-libs/starkware-crypto-utils/commit/bf4066c81e4389daea0c388370ac509d89f1a3e1))
* typescript support ([#10](https://github.com/starkware-libs/starkware-crypto-utils/issues/10)) ([bcdb84b](https://github.com/starkware-libs/starkware-crypto-utils/commit/bcdb84b829897af809886e60a3fe284e1dde1eae))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
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.0.3-dev.1",
"version": "0.1.0-dev.1",
"description": "Signatures, keys and Pedersen hash on STARK friendly elliptic curve",
"keywords": [
"stark",
Expand Down

0 comments on commit 3c5fff6

Please sign in to comment.