feat: release v1.1.0 — Nostr signing, file sharing, DWN sync, Tor rotation

Bump version to 1.1.0 in Cargo.toml and package.json.
Add comprehensive CHANGELOG.md entry covering all v1.1.0 features:
NIP-07 iframe signing, file sharing across nodes, DWN multi-node sync,
node visualization map, Tor address rotation, boot container recovery,
and full monitoring/testing suite.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-13 04:02:21 +00:00
co-authored by Claude Opus 4.6
parent f99d2becb2
commit 62b023fcef
5 changed files with 222 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "neode-ui",
"private": true,
"version": "0.0.0",
"version": "1.1.0",
"type": "module",
"scripts": {
"start": "./start-dev.sh",