Files
claude-task-master/apps/extension/CHANGELOG.md
DavidMaliglowka a79fd29036 fix(extension): address PR review comments and improve implementation
- Fixed InternalError class definition in errorHandler.ts
- Updated extension configuration and CI workflows
- Improved error handling and type safety
- Enhanced build and release automation
- Updated documentation and changelogs

Addresses review feedback on PR #997
2025-07-23 12:29:04 -05:00

27 lines
853 B
Markdown

# Change Log
## 1.0.0
### Minor Changes
- Add automated CI/CD pipeline for VS Code extension
- Add automated version management and publishing via changesets
- Create tag-extension script to manage extension-specific git tags
- Add automated publishing to VS Code Marketplace and Open VSX Registry
- Set up release script with proper build process integration
- Add version.yml workflow for automated releases on main branch pushes
### Patch Changes
- Test extension version automation
- Verify that extension versions are properly managed by changesets
- Ensure proper integration with the 3-file packaging system
All notable changes to the vscode extension will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [Unreleased]
- Initial release