From 9a640779ce5806b4c71fe14b2edd35f0820dd8f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Oct 2022 11:43:58 +0000 Subject: [PATCH] release: v0.0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.0.8](https://github.com/starkware-libs/cairo-playground/compare/v0.0.7...v0.0.8) (2022-10-11) ### 🔧 Fixes * **3355924208:** deploy transaction isn't working ([#27](https://github.com/starkware-libs/cairo-playground/issues/27)) ([2831c45](https://github.com/starkware-libs/cairo-playground/commit/2831c4546b4a9fb81e1f3f1e37c735e5f1c3d470)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 547442c..713b3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.0.8](https://github.com/starkware-libs/cairo-playground/compare/v0.0.7...v0.0.8) (2022-10-11) + + +### 🔧 Fixes + +* **3355924208:** deploy transaction isn't working ([#27](https://github.com/starkware-libs/cairo-playground/issues/27)) ([2831c45](https://github.com/starkware-libs/cairo-playground/commit/2831c4546b4a9fb81e1f3f1e37c735e5f1c3d470)) + ## [0.0.8-dev.1](https://github.com/starkware-libs/cairo-playground/compare/v0.0.7...v0.0.8-dev.1) (2022-10-11) diff --git a/package.json b/package.json index be09fa5..e381806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cairo-playground", - "version": "0.0.8-dev.1", + "version": "0.0.8", "homepage": "./", "scripts": { "start": "ESLINT_NO_DEV_ERRORS=true ./scripts/start.bash",