From 6cdd2757e35ac978889b413a0c16fa6093b02105 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Feb 2023 15:27:28 +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/cairo-playground/compare/v0.0.8...v0.1.0-dev.1) (2023-02-07) ### 🧩 Features * **3416039642:** Add "Connect Wallet" functionality ([#32](https://github.com/starkware-libs/cairo-playground/issues/32)) ([45c28dd](https://github.com/starkware-libs/cairo-playground/commit/45c28ddd2632a8204dca356f9da2e2699a6a041a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713b3c9..6ed9ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.0-dev.1](https://github.com/starkware-libs/cairo-playground/compare/v0.0.8...v0.1.0-dev.1) (2023-02-07) + + +### 🧩 Features + +* **3416039642:** Add "Connect Wallet" functionality ([#32](https://github.com/starkware-libs/cairo-playground/issues/32)) ([45c28dd](https://github.com/starkware-libs/cairo-playground/commit/45c28ddd2632a8204dca356f9da2e2699a6a041a)) + ## [0.0.8](https://github.com/starkware-libs/cairo-playground/compare/v0.0.7...v0.0.8) (2022-10-11) diff --git a/package.json b/package.json index 20feccd..29c9008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cairo-playground", - "version": "0.0.8", + "version": "0.1.0-dev.1", "homepage": "./", "scripts": { "start": "ESLINT_NO_DEV_ERRORS=true ./scripts/start.bash",