Skip to content

Commit 9d4f135

Browse files
committed
chore(release): align version metadata to 0.0.8 and date CHANGELOG
Bump package.json and package-lock.json from 0.0.7 to 0.0.8 to match manifest.json and the README badge, and cut the CHANGELOG [Unreleased] block into a dated ## [0.0.8] section (keeping a fresh empty [Unreleased] on top) so the release metadata is self-consistent. Co-Authored-By: jjohare <github@thedreamlab.uk>
1 parent e3c71a6 commit 9d4f135

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.8] - 2026-07-10
11+
1012
### Added
1113

1214
- **NIP-44 (v2) encryption.** `window.nostr.nip44.encrypt(pubkey, plaintext)`

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
@@ -1,6 +1,6 @@
11
{
22
"name": "podkey",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "did:nostr and Solid authentication extension - NIP-07 provider for decentralized identity",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)