diff --git a/CHANGELOG.md b/CHANGELOG.md index a1dc2a1..b5d25f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/starknet-community-libs/get-starknet/compare/v1.3.1...v1.3.2) (2022-05-24) + + +### Bug Fixes + +* broken `yarn.lock` ([8e8e7d8](https://github.com/starknet-community-libs/get-starknet/commit/8e8e7d8dafcf8fee44b9ab5173580b601803b4f3)) + ## [1.3.1](https://github.com/starknet-community-libs/get-starknet/compare/v1.3.0...v1.3.1) (2022-05-10) diff --git a/package.json b/package.json index ad53c13..ea034d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-starknet", "description": "StarkNet wallet <-> dApp bridge", - "version": "1.3.1", + "version": "1.3.2", "repository": "https://github.com/starknet-community-libs/get-starknet", "private": false, "main": "dist/index.js",