Skip to content

Commit c3c2061

Browse files
vveerrggclaude
andcommitted
chore: bump version to 1.5.6
- Fix NIP-04 encrypt/decrypt (Buffer removal in nostr-crypto-utils) - Fix signEvent (accept Uint8Array private keys) - Fix CSP inline script violation in sidepanel - Fix postMessage origin for file:// pages - Add extension test page at docs/test.html - Hide Experimental button Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4370dcf commit c3c2061

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nostrkey",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "Nostr key manager and signer for web apps. Securely store your private keys and sign events without exposing them to websites.",
55
"source": [
66
"background.js",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"default_locale": "en",
44
"name": "__MSG_extension_name__",
55
"description": "__MSG_extension_description__",
6-
"version": "1.5.5",
6+
"version": "1.5.6",
77
"author": "Humanjava Enterprises Inc",
88
"homepage_url": "https://nostrkey.com",
99
"icons": {

0 commit comments

Comments
 (0)