diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d1148..6aa02d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.3](https://github.com/starkware-libs/cairo-playground/compare/v0.0.3-2...v0.0.3) (2022-02-08) + ### [0.0.2](https://github.com/starkware-libs/starknet-playground/compare/v0.0.2-0...v0.0.2) (2021-12-02) diff --git a/package.json b/package.json index 6e808c2..451f8ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cairo-playground", - "version": "0.0.3-2", + "version": "0.0.3", "homepage": "./", "scripts": { "start": "ESLINT_NO_DEV_ERRORS=true ./scripts/start.bash",