Skip to content

Commit 9f821b6

Browse files
committed
chore: bump version to 1.7.0 in package.json
- Updated the version number in package.json to reflect the new release. - This change prepares the project for the next set of features and improvements.
1 parent a3d0512 commit 9f821b6

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66

77
---
88

9+
## v1.7.0 — 2026-04-02
10+
11+
### ✨ Features
12+
- feat: enhance notification display with actor profile images (c3db2ac)
13+
- feat: update documentation and agent rules for Next.js and file storage strategy (3ef4213)
14+
15+
### 🐛 Bug Fixes
16+
- fix: update profile photo handling in notifications (2d4f4be)
17+
18+
### 🔧 Other Changes
19+
- refactor: simplify Notification model's actor property (1d94a84)
20+
- refactor: improve formatting and structure in comment section component (2744811)
21+
- refactor: streamline get_comments function definition (a3d0512)
22+
23+
---
24+
925
## v1.6.0 — 2026-04-01
1026

1127
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "techdiary.dev-next",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

0 commit comments

Comments
 (0)