Skip to content

Releases: ColtMcG1/responsive-image-generator.vs-code

v1.1.0

27 Oct 01:05

Choose a tag to compare

chore: update version to 1.1.0 and refine build scripts

fix: improve error handling in commands and image processing
- Changed error handling to use `unknown` type for better type safety
- Updated error messages to ensure consistent formatting

refactor: clean up unused imports and improve code readability
- Removed unnecessary imports in extension.ts and provider.ts
- Simplified variable declarations in commands.ts

chore: add ESLint configuration for TypeScript and JavaScript
- Introduced eslint.config.mts for better linting support
- Updated ESLint and TypeScript dependencies in package.json

v1.0.0

15 Sep 03:07

Choose a tag to compare

fix: add permissions section to release workflow and create copilot i…