From cf9ef4bf48a53b1ea57b9265ed1fc5c56cd2fc63 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 May 2022 10:06:42 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/starknet-community-libs/get-starknet/compare/v1.2.0...v1.3.0) (2022-05-09) ### Features * firefox argent ([6cd1986](https://github.com/starknet-community-libs/get-starknet/commit/6cd1986edcceff65c2ac5429cc8a32e92d6f1cd6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0702476..f23cf4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/starknet-community-libs/get-starknet/compare/v1.2.0...v1.3.0) (2022-05-09) + + +### Features + +* firefox argent ([6cd1986](https://github.com/starknet-community-libs/get-starknet/commit/6cd1986edcceff65c2ac5429cc8a32e92d6f1cd6)) + # [1.2.0](https://github.com/starknet-community-libs/get-starknet/compare/v1.1.0...v1.2.0) (2022-05-06) diff --git a/package.json b/package.json index 2447986..fdf1617 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-starknet", "description": "StarkNet wallet <-> dApp bridge", - "version": "1.2.0", + "version": "1.3.0", "repository": "https://github.com/starknet-community-libs/get-starknet", "private": false, "main": "dist/index.js",