From 68a14028f157b68d4ec1acfd0c25de4b4e7b6d62 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 May 2022 12:07:45 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/starknet-community-libs/get-starknet/compare/v1.3.0...v1.3.1) (2022-05-10) ### Bug Fixes * missing starknet_braavos ([09c82ad](https://github.com/starknet-community-libs/get-starknet/commit/09c82ad47612aebd662c36cb26af5005114d6115)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f23cf4c..a1dc2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/starknet-community-libs/get-starknet/compare/v1.3.0...v1.3.1) (2022-05-10) + + +### Bug Fixes + +* missing starknet_braavos ([09c82ad](https://github.com/starknet-community-libs/get-starknet/commit/09c82ad47612aebd662c36cb26af5005114d6115)) + # [1.3.0](https://github.com/starknet-community-libs/get-starknet/compare/v1.2.0...v1.3.0) (2022-05-09) diff --git a/package.json b/package.json index fdf1617..fa682dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-starknet", "description": "StarkNet wallet <-> dApp bridge", - "version": "1.3.0", + "version": "1.3.1", "repository": "https://github.com/starknet-community-libs/get-starknet", "private": false, "main": "dist/index.js",