diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d25f97..dd7f0cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.4.0](https://github.com/starknet-community-libs/get-starknet/compare/v1.3.2...v1.4.0) (2022-05-31) + + +### Bug Fixes + +* missing docstring ([0f89105](https://github.com/starknet-community-libs/get-starknet/commit/0f89105e1f4383c87bd8b29266a302b56aa9dfb3)) + + +### Features + +* expose installed wallets list ([fa537da](https://github.com/starknet-community-libs/get-starknet/commit/fa537dad27f0d0e94eed19f6794458b7f860b902)) + ## [1.3.2](https://github.com/starknet-community-libs/get-starknet/compare/v1.3.1...v1.3.2) (2022-05-24) diff --git a/package.json b/package.json index ea034d65..5a0af824 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-starknet", "description": "StarkNet wallet <-> dApp bridge", - "version": "1.3.2", + "version": "1.4.0", "repository": "https://github.com/starknet-community-libs/get-starknet", "private": false, "main": "dist/index.js",