Skip to content

Commit fd67175

Browse files
committed
chore(release): v1.11.0
Made-with: Cursor
1 parent ae1f9a3 commit fd67175

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.11.0 — 2026-04-04
10+
11+
### ✨ Features
12+
- **Markdown-backed pages** at `/pages/[slug]` (e.g. `/pages/privacy`, `/pages/terms-and-conditions`) with content in `src/content/`, restoring those URLs that previously returned 404.
13+
- **Frontmatter** for page metadata via **gray-matter**.
14+
15+
### 🐛 Bug Fixes
16+
- Restore working **privacy** and **terms** pages backed by markdown.
17+
18+
### 🔧 Other Changes
19+
- Replace separate legal page routes with a single dynamic `/pages/[slug]` route.
20+
- Derive page title from the slug; remove a static `PAGE_TITLES` map.
21+
22+
---
23+
924
## v1.10.1 — 2026-04-04
1025

1126
### 🔧 Other Changes

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.10.1",
3+
"version": "1.11.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

0 commit comments

Comments
 (0)