From 0abfab72a855823852c9747fc0bb9615aa876421 Mon Sep 17 00:00:00 2001 From: andrepimenta Date: Tue, 26 Aug 2025 23:48:38 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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": {