From 6bdcbb91bb642ee2378a6456de7aa86e6749dee9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 May 2023 12:18:11 +0000 Subject: [PATCH] prerelease: v0.1.0-dev.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ed921..6161c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,15 @@ ## [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)) + +## [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))