Skip to content

Commit

Permalink
chore: start of changelog of sdk (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans authored Oct 15, 2024
2 parents 07b0ae6 + 1e08fd6 commit 9ad9dce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @kadena/spirekey-sdk

## 0.0.1-dev-15

### Patch Changes

- keep tx as backwards compatible alias [#514]
- rename the embedded routes [#512]
- Update SDK README [#499]

## 0.0.1-dev-14

### Patch Changes

- fix mobile issue with closing the popup [#483]
- cleanup of unused files [#478]
2 changes: 1 addition & 1 deletion spirekey/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
NAMESPACE: 'n_eef68e581f767dd66c4d4c39ed922be944ede505',
},
coverage: {
enabled: true,
enabled: false,
include: ['**/src/**'],
exclude: [
'**/app/(embedded)/**',
Expand Down

0 comments on commit 9ad9dce

Please sign in to comment.