From a57399beb755b9b9498796669d10404fd1cc8618 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Feb 2023 13:22:29 +0000 Subject: [PATCH] prerelease: v0.1.0-dev.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.1.0-dev.3](https://github.com/starkware-libs/cairo-playground/compare/v0.1.0-dev.2...v0.1.0-dev.3) (2023-02-12) ### 🧩 Features * **3415968370:** New deploy transaction ([#34](https://github.com/starkware-libs/cairo-playground/issues/34)) ([f5ccff8](https://github.com/starkware-libs/cairo-playground/commit/f5ccff8795e82a04be59e0fd0e6c8f1366284fc8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 166ba21..782752c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.0-dev.3](https://github.com/starkware-libs/cairo-playground/compare/v0.1.0-dev.2...v0.1.0-dev.3) (2023-02-12) + + +### 🧩 Features + +* **3415968370:** New deploy transaction ([#34](https://github.com/starkware-libs/cairo-playground/issues/34)) ([f5ccff8](https://github.com/starkware-libs/cairo-playground/commit/f5ccff8795e82a04be59e0fd0e6c8f1366284fc8)) + ## [0.1.0-dev.2](https://github.com/starkware-libs/cairo-playground/compare/v0.1.0-dev.1...v0.1.0-dev.2) (2023-02-07) diff --git a/package.json b/package.json index 9f3baa4..482f2d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cairo-playground", - "version": "0.1.0-dev.2", + "version": "0.1.0-dev.3", "homepage": "./", "scripts": { "start": "ESLINT_NO_DEV_ERRORS=true ./scripts/start.bash",