Skip to content

Commit

Permalink
web-wallet: Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed Mar 13, 2024
1 parent 9ef9941 commit a37d865
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2024-03-13

### Added

- Add message when no contracts have been enabled [#1317]
Expand Down Expand Up @@ -174,6 +176,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- VERSIONS -->

[Unreleased]: https://github.com/dusk-network/rusk/tree/master/web-wallet
[0.4.0]: https://github.com/dusk-network/rusk/tree/web-wallet-0.4.0
[0.3.0]: https://github.com/dusk-network/rusk/tree/web-wallet-0.3.0
[0.2.1]: https://github.com/dusk-network/rusk/tree/web-wallet-0.2.1
[0.2.0]: https://github.com/dusk-network/rusk/tree/web-wallet-0.2.0
Expand Down
4 changes: 2 additions & 2 deletions web-wallet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typecheck:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch --fail-on-warnings"
},
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"dependencies": {
"@dusk-network/dusk-wallet-js": "0.4.2",
"@floating-ui/dom": "1.6.3",
Expand Down

0 comments on commit a37d865

Please sign in to comment.