Skip to content

Commit b4db45a

Browse files
vveerrggclaude
andcommitted
docs: add v0.4.0 CHANGELOG, update dependency versions in README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 16e03bb commit b4db45a

2 files changed

Lines changed: 23 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.0] - 2026-03-06
11+
12+
### Changed
13+
- **Pino 10:** Upgraded logger from pino ^8.x to ^10.3.1
14+
- **UUID 13:** Upgraded from uuid ^9.x to ^13.0.0
15+
- **Vitest 4:** Upgraded test framework
16+
- **esbuild:** Replaced webpack with esbuild for browser bundling
17+
- **nostr-crypto-utils** dependency upgraded to ^0.6.0
18+
- Dropped Node.js 16 support, CI runs on Node 20.x + 22.x
19+
20+
### Added
21+
- NIP-44 encryption and NIP-46 transport via nostr-crypto-utils v0.5.1
22+
- CommonJS `package.json` in dist/cjs for Node-RED compatibility
23+
24+
### Fixed
25+
- WSS enforcement, payload size limits, backoff jitter, rate limiter cleanup
26+
- Resolved npm audit vulnerabilities
27+
- Fixed broken typedoc links in README
28+
1029
## [0.3.14] - 2025-02-19
1130

1231
### Changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ See the `examples/browser.html` file for a complete example of browser usage.
176176
## Dependencies
177177

178178
This package uses:
179-
- nostr-crypto-utils (^0.4.2) for cryptographic operations
180-
- pino (^8.17.2) for logging
181-
- ws (^8.16.0) for WebSocket functionality
182-
- uuid (^9.0.0) for unique identifiers
179+
- nostr-crypto-utils (^0.6.0) for cryptographic operations
180+
- pino (^10.3.1) for logging
181+
- ws (^8.19.0) for WebSocket functionality
182+
- uuid (^13.0.0) for unique identifiers
183183

184184
## Documentation
185185

0 commit comments

Comments
 (0)