Skip to content

Commit 1057432

Browse files
author
Gary Woodfine
committed
chore(release): v1.7.0
1 parent fcf1827 commit 1057432

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.7.0
5+
6+
[compare changes](https://github.com/threenine/nuxstr-comments/compare/v1.6.1...v1.7.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **NuxstrComments.vue:** Add SignInModal component and NIP-07 browser extension support for sign-in ([55855a0](https://github.com/threenine/nuxstr-comments/commit/55855a0))
11+
- **NuxstrComments.vue:** Enhance comment subscription with query state events and improve skeleton loading display ([2971750](https://github.com/threenine/nuxstr-comments/commit/2971750))
12+
- **NuxstrComments.vue:** Replace "No comments available" message with UEmpty component for enhanced UI consistency ([cda6f63](https://github.com/threenine/nuxstr-comments/commit/cda6f63))
13+
14+
### 🏡 Chore
15+
16+
- Adjust formatting in various components and configuration files for improved readability and consistency ([762dd94](https://github.com/threenine/nuxstr-comments/commit/762dd94))
17+
18+
### ❤️ Contributors
19+
20+
- Gary Woodfine <lnb0l9dc@duck.com>
21+
422
## v1.6.1
523

624
[compare changes](https://github.com/threenine/nuxstr-comments/compare/v1.6.0...v1.6.1)

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