## [1.5.1](https://github.com/Ch-Valentine/css-modules-dts-loader/compare/v1.5.0...v1.5.1) (2026-01-23) ### Bug Fixes * resolve CI configuration issues and update dependencies ([ce8ca5e](https://github.com/Ch-Valentine/css-modules-dts-loader/commit/ce8ca5e9cb6e600de5cc02fd3b3d2175b630c1ac)) # [1.5.0](https://github.com/Ch-Valentine/css-modules-dts-loader/compare/v1.4.1...v1.5.0) (2025-12-03) ### Features * added ability to provide keywordPrefix ([291b84e](https://github.com/Ch-Valentine/css-modules-dts-loader/commit/291b84efb5af844a0d007226cde5f3efb5c412d9)) ## [1.4.1](https://github.com/Ch-Valentine/css-modules-dts-loader/compare/v1.4.0...v1.4.1) (2025-12-03) ### Bug Fixes * fix generating types for mixed classes (reserved keywords and other) ([e446fca](https://github.com/Ch-Valentine/css-modules-dts-loader/commit/e446fcaa48e0bb914f65a05c1450b0beffc551da)) # [1.4.0](https://github.com/Ch-Valentine/css-modules-dts-loader/compare/v1.3.0...v1.4.0) (2025-12-02) ### Features * support js keywords for named export ([bc655d5](https://github.com/Ch-Valentine/css-modules-dts-loader/commit/bc655d598327509f8a2cceee90a8d0d233b6e714)) # [1.3.0](https://github.com/Ch-Valentine/css-modules-dts-loader/compare/v1.2.1...v1.3.0) (2025-12-02) ### Bug Fixes * remove useless npm lockfile ([f1c9bf8](https://github.com/Ch-Valentine/css-modules-dts-loader/commit/f1c9bf81117519f6e0cc5060c226774499552041)) ### Features * add exportLocalsConvention support and fix keyword handling ([23dacbb](https://github.com/Ch-Valentine/css-modules-dts-loader/commit/23dacbb41f77115ad323cd87b3c49e8840c5a6d0)) ## [1.2.1](https://github.com/Ch-Valentine/css-modules-dts-loader/compare/v1.2.0...v1.2.1) (2025-12-01) ### Bug Fixes * incorrect types default export declaration ([f7825c7](https://github.com/Ch-Valentine/css-modules-dts-loader/commit/f7825c75525f5cca10ac01fc88696b230dbb6678)) # [1.2.0](https://github.com/Ch-Valentine/css-modules-dts-loader/compare/v1.1.0...v1.2.0) (2025-12-01) ### Bug Fixes * **ci:** update Node.js version to 22 for semantic-release compatibility ([f555c3a](https://github.com/Ch-Valentine/css-modules-dts-loader/commit/f555c3a0cf9ad44b2e135b61c72d4ea17d099cb5)) * fixed publishing logic ([158414c](https://github.com/Ch-Valentine/css-modules-dts-loader/commit/158414c20dfb5ba97b71d46192aa09df34623441)) ### Features * Add CodeQL analysis workflow configuration ([6746055](https://github.com/Ch-Valentine/css-modules-dts-loader/commit/6746055a110519e97e74f153617d1dd14a3ebb28))