diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed9ce1..166ba21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [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) + + +### 🧩 Features + +* **3491503520:** Disable deploy if wallet is not connected ([#33](https://github.com/starkware-libs/cairo-playground/issues/33)) ([6c65b6e](https://github.com/starkware-libs/cairo-playground/commit/6c65b6e9dc5444c337f78ce74f1a14a88ab6784f)) + ## [0.1.0-dev.1](https://github.com/starkware-libs/cairo-playground/compare/v0.0.8...v0.1.0-dev.1) (2023-02-07) diff --git a/package.json b/package.json index 29c9008..9f3baa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cairo-playground", - "version": "0.1.0-dev.1", + "version": "0.1.0-dev.2", "homepage": "./", "scripts": { "start": "ESLINT_NO_DEV_ERRORS=true ./scripts/start.bash",