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",