From 6a6e2cad9937d9fd837f15b95e2fe1cba74bcbc8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Jun 2022 07:14:42 +0000 Subject: [PATCH] chore(release): 1.4.2 [skip ci] ## [1.4.2](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.1...v1.4.2) (2022-06-13) ### Bug Fixes * updated braavos logo ([d88a272](https://github.com/starknet-community-libs/get-starknet/commit/d88a27267df7f0312c55a7fab777308a6715f8d3)) * updated starknet ([a8eac55](https://github.com/starknet-community-libs/get-starknet/commit/a8eac5573b0e26b8307974ddad0822d3b8d57ef1)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7207f..0c9648a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.4.2](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.1...v1.4.2) (2022-06-13) + + +### Bug Fixes + +* updated braavos logo ([d88a272](https://github.com/starknet-community-libs/get-starknet/commit/d88a27267df7f0312c55a7fab777308a6715f8d3)) +* updated starknet ([a8eac55](https://github.com/starknet-community-libs/get-starknet/commit/a8eac5573b0e26b8307974ddad0822d3b8d57ef1)) + ## [1.4.1](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.0...v1.4.1) (2022-06-01) diff --git a/package.json b/package.json index 7dc469e..d7ac0b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-starknet", "description": "StarkNet wallet <-> dApp bridge", - "version": "1.4.1", + "version": "1.4.2", "repository": "https://github.com/starknet-community-libs/get-starknet", "private": false, "main": "dist/index.js",