From 97c417ba93f75ae4658a51b7a7dac1393dc68ef5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Aug 2022 07:10:29 +0000 Subject: [PATCH] chore(release): 1.4.4 [skip ci] ## [1.4.4](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.3...v1.4.4) (2022-08-04) ### Bug Fixes * getInstalledWallets now support using this keyword ([7b44fae](https://github.com/starknet-community-libs/get-starknet/commit/7b44faec82126e7b30d63caf469cdb020781bd73)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd6b9a..b627b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.4](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.3...v1.4.4) (2022-08-04) + + +### Bug Fixes + +* getInstalledWallets now support using this keyword ([7b44fae](https://github.com/starknet-community-libs/get-starknet/commit/7b44faec82126e7b30d63caf469cdb020781bd73)) + ## [1.4.3](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.2...v1.4.3) (2022-08-02) diff --git a/package.json b/package.json index 6bd250a..95f5b1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-starknet", "description": "StarkNet wallet <-> dApp bridge", - "version": "1.4.3", + "version": "1.4.4", "repository": "https://github.com/starknet-community-libs/get-starknet", "private": false, "main": "dist/index.js",