diff --git a/CHANGELOG.md b/CHANGELOG.md index 82194ab708..010ad37837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- a348e27: - **fix**: added Base Names testnet compatibility. By @cpcramer #966 - - **chore**: organized const variables and update imports for the `Transaction` component. By @cpcramer #961 - - **fix**: added close wallet dropdown when clicking outside of the component's container. By @cpcramer #925 +- **fix**: added Base Names testnet compatibility. By @cpcramer #966 a348e27 +- **chore**: organized const variables and update imports for the `Transaction` component. By @cpcramer #961 +- **fix**: added close wallet dropdown when clicking outside of the component's container. By @cpcramer #925 ## 0.27.0 diff --git a/vitest.config.ts b/vitest.config.ts index c176af9839..b23e5ed68b 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -22,10 +22,10 @@ export default defineConfig({ ], reportOnFailure: true, thresholds: { - statements: 98.5, - branches: 97.42, - functions: 93.2, - lines: 98.5, + statements: 99.08, + branches: 97.46, + functions: 93.33, + lines: 99.08, }, }, environment: 'jsdom',