We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8331f commit a34d490Copy full SHA for a34d490
2 files changed
CHANGELOG.md
@@ -6,6 +6,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6
7
---
8
9
+## v1.14.0 — 2026-04-05
10
+
11
+### ✨ Features
12
+- **Reading time** estimate at 200 wpm with i18n support.
13
14
+### 🐛 Bug Fixes
15
+- Improve **Open Graph** image handling for profile pages.
16
17
+### 🔧 Other Changes
18
+- **Tag article feed** layout and styling updates in `TagArticleFeed`.
19
20
+---
21
22
## v1.13.0 — 2026-04-04
23
24
### ✨ Features
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "techdiary.dev-next",
3
- "version": "1.13.0",
+ "version": "1.14.0",
4
"private": true,
5
"scripts": {
"dev": "next dev --turbo",
0 commit comments