Skip to content

Commit 5067a5f

Browse files
committed
chore: release version 1.6.0 with new features and bug fixes
- Updated CHANGELOG.md to include new features such as in-app notifications, enhanced notification display, and unread notification count integration. - Addressed code review feedback with various bug fixes. - Refactored WorkOS skill documentation for improved clarity. Bumped version number in package.json to 1.6.0.
1 parent b21f7c0 commit 5067a5f

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

77
---
88

9+
## v1.6.0 — 2026-04-01
10+
11+
### ✨ Features
12+
- feat: add in-app notifications with Inngest queue integration (d70acd2)
13+
- feat: enhance notification system with improved display and payload handling (1f2b650)
14+
- feat: integrate unread notification count in sidebars and navbar (b21f7c0)
15+
16+
### 🐛 Bug Fixes
17+
- fix: address code review — actor guard, article author username in payload, correct deep links (1f5fe25)
18+
19+
### 🔧 Other Changes
20+
- refactor: clean up and standardize WorkOS skill documentation (b49acae)
21+
22+
---
23+
924
## v1.5.0 — 2026-04-01
1025

1126
### ✨ 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.5.0",
3+
"version": "1.6.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

0 commit comments

Comments
 (0)