Skip to content

Commit

Permalink
chore(main): release 2.0.2 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7u authored Feb 4, 2025
1 parent 7925262 commit d432327
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.2](https://github.com/forbole/kastle/compare/v2.0.1...v2.0.2) (2025-02-04)


### Bug Fixes

* **api:** fix getCurrentAccount logic ([#9](https://github.com/forbole/kastle/issues/9)) ([55783b3](https://github.com/forbole/kastle/commit/55783b3161d4620fa766a253e44fcc07ad5701e2))
* capitalize extension name ([7925262](https://github.com/forbole/kastle/commit/79252620417c76f085a6c51885ce81e9915d7e14))
* hotfix missing public keys handling ([#10](https://github.com/forbole/kastle/issues/10)) ([7f8a065](https://github.com/forbole/kastle/commit/7f8a0656a16d3cca05df673d830dd711be559608))

## [2.0.1](https://github.com/forbole/kastle/compare/v2.0.0...v2.0.1) (2025-02-03)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Kastle",
"description": "Kastle is a browser extension wallet for the Kaspa network",
"private": true,
"version": "2.0.1",
"version": "2.0.2",
"type": "module",
"scripts": {
"dev": "wxt",
Expand Down

0 comments on commit d432327

Please sign in to comment.