Skip to content

Commit

Permalink
chore: add 1.6.1 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Oct 31, 2023
1 parent e530d9d commit 7b9f367
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/browser-extension-wallet/src/release-notes/1_6_1.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* eslint-disable camelcase */
import React from 'react';

const ReleaseNote_1_6_1 = (): React.ReactElement => (
<>
<p>Introducing Lace 1.6.1 This hotfix version solves the following:</p>
<ul style={{ listStyleType: 'disc', margin: 0 }}>
<li>Fixed a minor data fetch issue</li>
</ul>
</>
);

export default ReleaseNote_1_6_1;

0 comments on commit 7b9f367

Please sign in to comment.