Skip to content

Commit 64e6814

Browse files
authored
chore: bump manifest v1.24.2 (#1929)
1 parent bdb9699 commit 64e6814

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

apps/browser-extension-wallet/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "$WALLET_MANIFEST_NAME",
33
"description": "One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.",
4-
"version": "1.24.1",
4+
"version": "1.24.2",
55
"manifest_version": 3,
66
"icons": {
77
"16": "icon16.png",

apps/browser-extension-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lace/browser-extension-wallet",
3-
"version": "1.24.1",
3+
"version": "1.24.2",
44
"description": "A fully capable wallet packaged as browser extensions for Chrome, Firefox, and Edge",
55
"homepage": "https://github.com/input-output-hk/lace/blob/master/apps/browser-extension-wallet/README.md",
66
"bugs": {
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/* eslint-disable camelcase */
2+
import React from 'react';
3+
4+
const ReleaseNote_1_24_2 = (): React.ReactElement => (
5+
<>
6+
<p>
7+
<strong>Optimized Bitcoin Fee Estimation</strong>
8+
<br />
9+
discover more competitive rates when sending BTC.
10+
</p>
11+
<p>
12+
<strong>Improved Ledger Message Signing</strong>
13+
<br />
14+
Large messages are now signed by hash per CIP-8 when using Ledger wallets.
15+
</p>
16+
</>
17+
);
18+
19+
export default ReleaseNote_1_24_2;

0 commit comments

Comments
 (0)