From 6ef5f10d0483bfe494a6b3cd99db455cb13c03be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Jun 2022 08:20:56 +0000 Subject: [PATCH] chore(release): 1.4.1 [skip ci] ## [1.4.1](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.0...v1.4.1) (2022-06-01) ### Bug Fixes * actually export getInstalledWallets type ([2826332](https://github.com/starknet-community-libs/get-starknet/commit/2826332ba812644aa322ff05bac70570bed9e785)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7f0cb..7f7207f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.0...v1.4.1) (2022-06-01) + + +### Bug Fixes + +* actually export getInstalledWallets type ([2826332](https://github.com/starknet-community-libs/get-starknet/commit/2826332ba812644aa322ff05bac70570bed9e785)) + # [1.4.0](https://github.com/starknet-community-libs/get-starknet/compare/v1.3.2...v1.4.0) (2022-05-31) diff --git a/package.json b/package.json index 5a0af82..898c716 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-starknet", "description": "StarkNet wallet <-> dApp bridge", - "version": "1.4.0", + "version": "1.4.1", "repository": "https://github.com/starknet-community-libs/get-starknet", "private": false, "main": "dist/index.js",