Skip to content

Commit 2f35e37

Browse files
Bump version to 0.0.7
1 parent 4bb9bd5 commit 2f35e37

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to Podkey will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.7] - 2024-12-XX
9+
10+
### Changed
11+
12+
- Improved installation guide on test page with comprehensive step-by-step instructions
13+
- Prioritized direct extension installation over git clone workflow
14+
- Added developer section for building from source
15+
816
## [0.0.6] - 2024-12-XX
917

1018
### Changed
@@ -93,6 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
93101
- Trust management system
94102
- Storage abstraction layer
95103

104+
[0.0.7]: https://github.com/JavaScriptSolidServer/podkey/compare/v0.0.6...v0.0.7
96105
[0.0.6]: https://github.com/JavaScriptSolidServer/podkey/compare/v0.0.5...v0.0.6
97106
[0.0.5]: https://github.com/JavaScriptSolidServer/podkey/compare/v0.0.4...v0.0.5
98107
[0.0.4]: https://github.com/JavaScriptSolidServer/podkey/compare/v0.0.3...v0.0.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Browser extension for **did:nostr** and **Solid** authentication
44
5-
[![Version](https://img.shields.io/badge/version-0.0.6-blue.svg)](https://github.com/JavaScriptSolidServer/podkey/releases)
5+
[![Version](https://img.shields.io/badge/version-0.0.7-blue.svg)](https://github.com/JavaScriptSolidServer/podkey/releases)
66
[![License](https://img.shields.io/badge/license-AGPL--3.0-green.svg)](LICENSE)
77
[![NIP-07](https://img.shields.io/badge/NIP--07-compatible-purple.svg)](https://github.com/nostr-protocol/nips/blob/master/07.md)
88
[![Test Page](https://img.shields.io/badge/test--page-live-brightgreen)](https://javascriptsolidserver.github.io/podkey/test-page/)
@@ -344,4 +344,4 @@ AGPL-3.0 License - see [LICENSE](LICENSE) for details
344344

345345
**Made with 🔑 by the JavaScriptSolidServer team**
346346

347-
_Podkey v0.0.6 - Your keys, your identity, your data_
347+
_Podkey v0.0.7 - Your keys, your identity, your data_

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Podkey",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"description": "did:nostr and Solid authentication extension - NIP-07 wallet for decentralized identity",
66
"permissions": [
77
"storage",

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.6",
3+
"version": "0.0.7",
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)