diff --git a/CHANGELOG.md b/CHANGELOG.md index 8724d5c..338248b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 3a1c95c..f80f6d0 100644 --- a/package.json +++ b/package.json @@ -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",