From 4b9329d0a1f11430a5230ca35372daaea7d9dce0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Aug 2022 08:54:18 +0000 Subject: [PATCH] chore(release): 1.4.3 [skip ci] ## [1.4.3](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.2...v1.4.3) (2022-08-02) ### Bug Fixes * add support for ms edge discovery links ([3699697](https://github.com/starknet-community-libs/get-starknet/commit/3699697a9518ddab8823c4ad19947999dc5a000a)) * fallback from edge to chrome ([d27bfc7](https://github.com/starknet-community-libs/get-starknet/commit/d27bfc7ba14a8df6da4dacdf43153daad0722bad)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9648a..3cd6b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.4.3](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.2...v1.4.3) (2022-08-02) + + +### Bug Fixes + +* add support for ms edge discovery links ([3699697](https://github.com/starknet-community-libs/get-starknet/commit/3699697a9518ddab8823c4ad19947999dc5a000a)) +* fallback from edge to chrome ([d27bfc7](https://github.com/starknet-community-libs/get-starknet/commit/d27bfc7ba14a8df6da4dacdf43153daad0722bad)) + ## [1.4.2](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.1...v1.4.2) (2022-06-13) diff --git a/package.json b/package.json index d7ac0b9..6bd250a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-starknet", "description": "StarkNet wallet <-> dApp bridge", - "version": "1.4.2", + "version": "1.4.3", "repository": "https://github.com/starknet-community-libs/get-starknet", "private": false, "main": "dist/index.js",