Skip to content

Commit 0abfab7

Browse files
committed
Add changelog
1 parent 1eacc6f commit 0abfab7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to the "claude-code-chat" extension will be documented in th
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [1.0.6] - 2025-08-26
8+
9+
### 🐛 Bug Fixes
10+
- Fixed typo in codebase
11+
- Removed priority settings that were no longer needed
12+
13+
### 🔧 Technical Improvements
14+
- Moved script to separate file for better code organization
15+
716
## [1.0.5] - 2025-07-30
817

918
### 🚀 Features Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "claude-code-chat",
33
"displayName": "Claude Code Chat",
44
"description": "Beautiful Claude Code Chat Interface for VS Code",
5-
"version": "1.0.5",
5+
"version": "1.0.6",
66
"publisher": "AndrePimenta",
77
"author": "Andre Pimenta",
88
"repository": {

0 commit comments

Comments
 (0)