diff --git a/CHANGELOG.md b/CHANGELOG.md index f56314b..5428849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,16 @@ All notable changes to the "awesome-projects" extension will be documented in th ## Unreleased -- Fixed Color Picker to display correct reset color -- Added Windows Support to Show Files in Explorer +## [0.1.4] - 2025-01-16 ---- +### Changed + +- Refactored the code base to improve maintainability and performance. + +### Added + +- Implemented automated tests to ensure the extension's quality and reliability. +- Enhanced the extension's code handling capabilities for better user experience. ## [0.1.3] - 2025-01-13 diff --git a/package.json b/package.json index b515409..2d529dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "awesome-projects", "displayName": "Awesome Projects", "description": "Manage and organize your VS Code projects with ease. Quick access to project URLs, custom colors, and project shortcuts.", - "version": "0.1.3", + "version": "0.1.4", + "preview": true, "publisher": "MathiasElle", "icon": "resources/logo.png", "license": "GNU General Public License v3.0",