@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ v1.3.0] - 2024-12-23
11+
12+ ### ✨ Features
13+
14+ - Update collector.js to latest version ([ c471309] ( https://github.com/ausi/respimagelint/tree/c471309612ce71496ab017f0c03eda7f1c953c56 ) )
15+ - Add automated collector script update functionality with new NPM commands and minification support
16+ - Migrate to TypeScript and Vite.js v6 for improved build performance and type safety
17+
18+ ### 🔧 Tasks
19+
20+ - Add automated collector.js update checker via GitHub workflow
21+ - Refactor collector script into separate module for cleaner architecture
22+ - Add Husky pre-commit hooks for test execution
23+ - Add Prettier and standardize code formatting
24+ - Configure import sorting
25+ - Add eslint-config-prettier integration
26+ - Format all source files to new standards
27+
1028## [ v1.2.0] - 2024-06-27
1129
1230### 🔧 Tasks
@@ -64,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6482
6583- Add license, readme and changelog
6684
67- [ Unreleased ] : https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.2.0...HEAD
85+ [ Unreleased ] : https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.3.0...HEAD
86+ [ v1.3.0 ] : https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.2.0...v1.3.0
6887[ v1.2.0 ] : https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.1.0...v1.2.0
6988[ v1.1.0 ] : https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.0.1...v1.1.0
7089[ v1.0.1 ] : https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.0.0...v1.0.1
0 commit comments