From 6cca2ce643e23dfb83a7c24e2e9a8daebdef961c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Aug 2023 10:09:11 +0000 Subject: [PATCH] prerelease: v0.2.0-dev.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.2.0-dev.1](https://github.com/starkware-libs/starkware-crypto-utils/compare/v0.1.1-dev.2...v0.2.0-dev.1) (2023-08-14) ### 🧩 Features * polyfill node core modules ([#16](https://github.com/starkware-libs/starkware-crypto-utils/issues/16)) ([ee6290c](https://github.com/starkware-libs/starkware-crypto-utils/commit/ee6290cee5aaca92d24ce80e3c1d0f9e4ee736a6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba2419..09427d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.0-dev.1](https://github.com/starkware-libs/starkware-crypto-utils/compare/v0.1.1-dev.2...v0.2.0-dev.1) (2023-08-14) + + +### 🧩 Features + +* polyfill node core modules ([#16](https://github.com/starkware-libs/starkware-crypto-utils/issues/16)) ([ee6290c](https://github.com/starkware-libs/starkware-crypto-utils/commit/ee6290cee5aaca92d24ce80e3c1d0f9e4ee736a6)) + ### [0.1.1-dev.2](https://github.com/starkware-libs/starkware-crypto-utils/compare/v0.1.1-dev.1...v0.1.1-dev.2) (2023-08-13) diff --git a/package.json b/package.json index eb6f3b0..f3d3747 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@starkware-industries/starkware-crypto-utils", - "version": "0.1.1-dev.2", + "version": "0.2.0-dev.1", "description": "Signatures, keys and Pedersen hash on STARK friendly elliptic curve", "keywords": [ "stark",