Skip to content

Commit

Permalink
prerelease: v1.0.0-dev.2
Browse files Browse the repository at this point in the history
 ## [1.0.0-dev.2](v1.0.0-dev.1...v1.0.0-dev.2) (2023-02-14)

### 🔧 Fixes

* use chainName from useStarknetWallet ([#36](#36)) ([65ee189](65ee189))
  • Loading branch information
semantic-release-bot committed Feb 14, 2023
1 parent 65ee189 commit dd277c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.0-dev.2](https://github.com/starkware-libs/cairo-playground/compare/v1.0.0-dev.1...v1.0.0-dev.2) (2023-02-14)


### 🔧 Fixes

* use chainName from useStarknetWallet ([#36](https://github.com/starkware-libs/cairo-playground/issues/36)) ([65ee189](https://github.com/starkware-libs/cairo-playground/commit/65ee189966576fa96e2ffc8711cf76388574e436))

## [1.0.0-dev.1](https://github.com/starkware-libs/cairo-playground/compare/v0.1.0-dev.3...v1.0.0-dev.1) (2023-02-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cairo-playground",
"version": "1.0.0-dev.1",
"version": "1.0.0-dev.2",
"homepage": "./",
"scripts": {
"start": "ESLINT_NO_DEV_ERRORS=true ./scripts/start.bash",
Expand Down

0 comments on commit dd277c5

Please sign in to comment.