diff --git a/CHANGELOG.md b/CHANGELOG.md index d1aeabd..76ee726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to the "claude-code-chat" extension will be documented in th Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [1.0.6] - 2025-08-26 + +### 🐛 Bug Fixes +- Fixed typo in codebase +- Removed priority settings that were no longer needed + +### 🔧 Technical Improvements +- Moved script to separate file for better code organization + ## [1.0.5] - 2025-07-30 ### 🚀 Features Added diff --git a/package.json b/package.json index b7d85cc..52fd8f2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-code-chat", "displayName": "Claude Code Chat", "description": "Beautiful Claude Code Chat Interface for VS Code", - "version": "1.0.5", + "version": "1.0.6", "publisher": "AndrePimenta", "author": "Andre Pimenta", "repository": {