Skip to content

Commit b8e516d

Browse files
committed
chore(release): v1.16.0
Made-with: Cursor
1 parent baf03c1 commit b8e516d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

77
---
88

9+
## v1.16.0 — 2026-04-07
10+
11+
### ✨ Features
12+
- **Analytics referrer** — send `document.referrer` from the client and prefer it over the POST `Referer` header so traffic sources (e.g. social) are less often stored as the article URL itself.
13+
14+
### 🔧 Other Changes
15+
- **Analytics actions** readability and performance tweaks.
16+
17+
---
18+
919
## v1.15.0 — 2026-04-06
1020

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

0 commit comments

Comments
 (0)