Skip to content

Commit afbeb9b

Browse files
author
Gary Woodfine
committed
chore(release): v1.6.0
1 parent d348be8 commit afbeb9b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

33

4+
## v1.6.0
5+
6+
[compare changes](https://github.com/threenine/nuxstr-comments/compare/v1.5.4...v1.6.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Add initial NostrManager class with basic imports from `nostr-tools` ([f83f57e](https://github.com/threenine/nuxstr-comments/commit/f83f57e))
11+
- Integrate `useNostr` composable, replace `@nostr-dev-kit/ndk` with `nostr-tools`, and refactor comment/reply subscription logic ([5a5fc6e](https://github.com/threenine/nuxstr-comments/commit/5a5fc6e))
12+
13+
### 💅 Refactors
14+
15+
- Clean up type imports, extend global window typings, and remove unnecessary comments ([6bb8c23](https://github.com/threenine/nuxstr-comments/commit/6bb8c23))
16+
17+
### 🏡 Chore
18+
19+
- Replace `@nostr-dev-kit/ndk` with `nostr-tools` and update profile fetch logic in `useNuxstr` for improved null handling ([3c48c68](https://github.com/threenine/nuxstr-comments/commit/3c48c68))
20+
21+
### ❤️ Contributors
22+
23+
- Gary Woodfine <lnb0l9dc@duck.com>
24+
425
## v1.5.4
526

627
[compare changes](https://github.com/threenine/nuxstr-comments/compare/v1.5.3...v1.5.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threenine/nuxstr-comments",
3-
"version": "1.5.4",
3+
"version": "1.6.0",
44
"description": "Nuxt module to enable Nostr Comments on Nuxt 4 based websites",
55
"repository": "threenine/nuxstr-comments",
66
"license": "MIT",

0 commit comments

Comments
 (0)