Releases: fermeridamagni/vscode-repo-manager-extension
Releases · fermeridamagni/vscode-repo-manager-extension
vscode-repo-manager-extension 0.0.3
Changes
🚀 Features
- Update VSCode engine version and specify minimum Node.js version
- Reintroduce type definitions for WorkspaceInfo, PackageInfo, GitInfo, ReleaseInfo, and ConventionalCommitType
- Add Copilot code generation instructions for CHANGELOG.md management
- Bump version to 0.0.2 in package.json
- Fix premature alert messages during manual NPM publishing; improve user experience
- Add comprehensive test for improved OTP handling in NPM publishing
- Update CHANGELOG.md with detailed NPM publishing OTP handling and enhancements; remove ENHANCEMENT_SUMMARY.md
- Add comprehensive tests for NPM authentication fix, covering various scenarios
- Enhance NpmPublisher with detailed authentication checks and manual publish options
- Add complete workflow and NPM publishing test scripts for enhanced release pipeline validation
- Implement NpmPublisher for npm package management
🐛 Bug Fixes
- Add author information and license to package.json
♻️ Code Refactoring
- Improve code formatting and readability in authentication detection tests
🔧 Chores
- add Prettier configuration and ignore files, enhance VS Code settings, and improve README and CONTRIBUTING documentation
📝 Other Changes
- Add comprehensive tests for authentication detection and timeout protection
- Implement feature X to enhance user experience and optimize performance
- Organize and format VS Code configuration files for improved readability
- Format .gitignore for improved readability and organization
- Refactor tsconfig.json to enable additional strict type-checking options
- Update package.json with correct extension name, publisher, and repository URLs
- Add TypeScript configuration file (tsconfig.json) with strict type-checking options