Skip to content

Commit 1133012

Browse files
authored
chore(main): release 2.4.0 (#32)
1 parent 97e6344 commit 1133012

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/forbole/kastle/compare/v2.3.0...v2.4.0) (2025-02-13)
4+
5+
6+
### Features
7+
8+
* notify upon incoming UTXOs ([#33](https://github.com/forbole/kastle/issues/33)) ([97e6344](https://github.com/forbole/kastle/commit/97e63448244439488c78ca9fd3598feed0bc7951))
9+
10+
11+
### Bug Fixes
12+
13+
* group posthog events per person ([8765863](https://github.com/forbole/kastle/commit/87658638a00df43adf23ddca6c916f2d3ad68fda))
14+
* replace `posthog-js` with `posthog-js-lite` to pass review ([1cf1bcc](https://github.com/forbole/kastle/commit/1cf1bccac6bbf6a5dc369b163b8fd380ff9b3361))
15+
316
## [2.3.0](https://github.com/forbole/kastle/compare/v2.2.0...v2.3.0) (2025-02-11)
417

518

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.3.0",
5+
"version": "2.4.0",
66
"type": "module",
77
"scripts": {
88
"dev": "wxt",

0 commit comments

Comments
 (0)