Skip to content

Commit db5b13f

Browse files
committed
chore: release version 1.4.0 with new features and improvements
- Updated CHANGELOG.md to document new features, bug fixes, and other changes for version 1.4.0. - Bumped version number in package.json to 1.4.0. - Extended resource type support to include GIST across comments and reactions. - Enhanced CommentSection with loading states and improved layout. - Implemented resolveArticleExcerpt utility for better excerpt handling. - Improved comment functionality with update and delete actions. - Refactored comment item layout and transition effects, and adjusted layout in ArticleCard and UserInformationCard components.
1 parent e4e6a86 commit db5b13f

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.4.0 — 2026-03-30
10+
11+
### ✨ Features
12+
- feat: extend resource type support to include GIST across comments and reactions (e4e6a86)
13+
- feat: enhance CommentSection with loading states and improved layout (eaf6639)
14+
- feat: implement resolveArticleExcerpt utility for improved excerpt handling (bccf312)
15+
16+
### 🐛 Bug Fixes
17+
- fix: enhance comment functionality with update and delete actions (c80f529)
18+
19+
### 🔧 Other Changes
20+
- refactor: improve comment item layout and transition effects (9268b61)
21+
- refactor: adjust layout and styling in ArticleCard and UserInformationCard components (a9caafc)
22+
23+
---
24+
925
## v1.3.0 — 2026-03-30
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.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

0 commit comments

Comments
 (0)