Skip to content

Commit 59f4734

Browse files
committed
chore: release version 1.5.0 with new features and improvements
- Updated CHANGELOG.md to document new features including enhancements to NavbarActions, user profiles, and article handling. - Bumped version number in package.json to 1.5.0. - Added support for unpublished article notices and improved user avatar handling.
1 parent ea1fe57 commit 59f4734

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.5.0 — 2026-04-01
10+
11+
### ✨ Features
12+
- feat: enhance NavbarActions with dropdown menu for creating new entries (eb652b2)
13+
- feat: add unpublished article notice and draft byline support (4528d1a)
14+
- feat: enhance profile page with additional user information and improved article loading states (2458ad7)
15+
- feat: improve user profile experience with enhanced data display and loading states (3dedc30)
16+
- feat: enhance user profile with additional fields and improved loading states (2db6598)
17+
- feat: improve user avatar handling and display in LatestUsers component (ea1fe57)
18+
19+
### 🔧 Other Changes
20+
- refactor: update theme handling and improve layout structure (524ebc4)
21+
22+
---
23+
924
## v1.4.0 — 2026-03-30
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.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

0 commit comments

Comments
 (0)