From 2d88524cd59d6b4e66ec50535d40457884be92ea Mon Sep 17 00:00:00 2001 From: Enrique A Date: Fri, 20 Dec 2024 15:17:34 -0300 Subject: [PATCH] Upgrade to 1.4.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ba6cd..4c9daf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.4.0](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.3.0...v1.4.0) (2024-12-20) +### Add +- Add Trezor wallets support +- Update the returned value from the `openAccountSelector` method in the Ledger module. + ### [1.3.0](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.2.5...v1.3.0) (2024-12-05) ### Add - Add Ledger wallets support diff --git a/package.json b/package.json index f0717b6..d67cfa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@creit.tech/stellar-wallets-kit", - "version": "1.3.0", + "version": "1.4.0", "description": "A kit to handle all Stellar Wallets at once", "author": { "name": "Creit Technologies LLP",