# Changelog ## [1.0.1](https://github.com/QuentinRoy/jest-transform-pug/compare/v1.0.0...v1.0.1) (2025-06-03) ### Bug Fixes * fix husky ([b944324](https://github.com/QuentinRoy/jest-transform-pug/commit/b9443244d82ae88cd4d75c41547b8e61b1ed6fb7)) * fix relative includes ([#50](https://github.com/QuentinRoy/jest-transform-pug/issues/50)) ([7889617](https://github.com/QuentinRoy/jest-transform-pug/commit/78896174c9e2518fab46e031a08fb18b6e23e273)) ## Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.0.0](https://github.com/QuentinRoy/jest-transform-pug/compare/v0.1.0...v1.0.0) (2024-03-03) ### Features * support for Jest 28 ([#43](https://github.com/QuentinRoy/jest-transform-pug/issues/43)) ([832a631](https://github.com/QuentinRoy/jest-transform-pug/commit/832a631)) ### BREAKING CHANGES * Jest <27 isn't supported anymore ## [0.1.0](https://github.com/QuentinRoy/jest-transform-pug/compare/v0.1.0-beta.0...v0.1.0) (2018-02-22) ## 0.1.0-beta.0 (2018-02-22) ### Features * implement the transform ([d2cb112](https://github.com/QuentinRoy/jest-transform-pug/commit/d2cb112))