Skip to content

Commit 2776f68

Browse files
committed
chore(release): v1.12.0
Made-with: Cursor
1 parent a9504d8 commit 2776f68

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

77
---
88

9+
## v1.12.0 — 2026-04-04
10+
11+
### ✨ Features
12+
- **Article feed** loading skeleton mirrors **`ArticleCard`** layout and width (author row, text placeholders, **`aspect-video`** media, action row).
13+
- **Article card** cover uses **`aspect-video`** for a consistent aspect ratio with the skeleton.
14+
15+
---
16+
917
## v1.11.0 — 2026-04-04
1018

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

0 commit comments

Comments
 (0)