Skip to content

Commit 8fcd476

Browse files
authored
chore(main): release 2.19.0 (#126)
1 parent 0ecd8c9 commit 8fcd476

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.19.0](https://github.com/forbole/kastle/compare/v2.18.0...v2.19.0) (2025-05-22)
4+
5+
6+
### Features
7+
8+
* add issue mode krc20 support ([#124](https://github.com/forbole/kastle/issues/124)) ([0ecd8c9](https://github.com/forbole/kastle/commit/0ecd8c9535b4248232120fc1333663725d30afda))
9+
10+
11+
### Bug Fixes
12+
13+
* **ethereum-api:** fix wallet account methods ([#125](https://github.com/forbole/kastle/issues/125)) ([7620c96](https://github.com/forbole/kastle/commit/7620c960d2081cf5a0faf79b165d5ccccb1ac2a5))
14+
315
## [2.18.0](https://github.com/forbole/kastle/compare/v2.17.0...v2.18.0) (2025-05-16)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Kastle",
33
"description": "Kastle is a browser extension wallet for the Kaspa network",
44
"private": true,
5-
"version": "2.18.0",
5+
"version": "2.19.0",
66
"type": "module",
77
"scripts": {
88
"dev": "wxt",

0 commit comments

Comments
 (0)