Skip to content

Commit 09564c5

Browse files
committed
chore: release version 1.3.0 with new features and improvements
- Updated CHANGELOG.md to document new features, bug fixes, and other changes for version 1.3.0. - Bumped version number in package.json to 1.3.0. - Added clipboard copy and image export functionalities to Gist components. - Improved error handling in bookmark and reaction services. - Refactored Gist retrieval and bookmarks handling for better performance and reliability.
1 parent b7c15b9 commit 09564c5

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

77
---
88

9+
## v1.3.0 — 2026-03-30
10+
11+
### ✨ Features
12+
- feat: add footer with attribution to techdiary.dev in GistCodeImageDialog (b7c15b9)
13+
- feat: add clipboard copy functionality to GistCodeImageDialog (01831a8)
14+
- feat: add image export functionality to GistViewer (f9c31ba)
15+
16+
### 🐛 Bug Fixes
17+
- fix: improve error handling in bookmark and reaction services (6199497)
18+
19+
### 🔧 Other Changes
20+
- refactor: streamline Gist retrieval logic and enhance error handling (062cac5)
21+
- refactor: enhance bookmarks handling and improve state management (6368aaa)
22+
- docs: update CLAUDE.md to reflect authentication and Gist enhancements (14c7236)
23+
24+
---
25+
926
## v1.2.0 — 2026-03-30
1027

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

0 commit comments

Comments
 (0)