diff --git a/CHANGELOG.md b/CHANGELOG.md index f16d785e..8525aef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.12.0](https://github.com/forbole/kastle/compare/v2.11.0...v2.12.0) (2025-04-16) + + +### Features + +* **broswer-api:** sign message ([#76](https://github.com/forbole/kastle/issues/76)) ([067baae](https://github.com/forbole/kastle/commit/067baae5fe33034404ff8bf558b3ba0edb18c367)) +* currency-selection ([#89](https://github.com/forbole/kastle/issues/89)) ([b969c8f](https://github.com/forbole/kastle/commit/b969c8f8f1319e781dc2b6546ed4f8b117bc2039)) +* implement-kip-12 ([#93](https://github.com/forbole/kastle/issues/93)) ([55fd07d](https://github.com/forbole/kastle/commit/55fd07dd2830cc44d6e365e9e1d8f677603b9208)) +* kns-transfer ([#96](https://github.com/forbole/kastle/issues/96)) ([0ab6fa6](https://github.com/forbole/kastle/commit/0ab6fa6f1160e9147b5d677d4162b0fb78202a54)) + ## [2.11.0](https://github.com/forbole/kastle/compare/v2.10.2...v2.11.0) (2025-04-11) diff --git a/package-lock.json b/package-lock.json index 57c4c352..ae9b5dc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Kastle", - "version": "2.11.0", + "version": "2.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Kastle", - "version": "2.11.0", + "version": "2.12.0", "hasInstallScript": true, "dependencies": { "@fontsource/figtree": "^5.1.2", diff --git a/package.json b/package.json index e64bed32..77567ee0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "Kastle", "description": "Kastle is a browser extension wallet for the Kaspa network", "private": true, - "version": "2.11.0", + "version": "2.12.0", "type": "module", "scripts": { "dev": "wxt",