## [4.0.1](https://github.com/seleb/HowlerPixiLoaderMiddleware/compare/v4.0.0...v4.0.1) (2023-12-03)


### Bug Fixes

* unload `Howl` object when asset is unloaded ([de97fa0](https://github.com/seleb/HowlerPixiLoaderMiddleware/commit/de97fa0ec2027eedb5b8f69e56663b98c022b95c))

# [4.0.0](https://github.com/seleb/HowlerPixiLoaderMiddleware/compare/v3.0.0...v4.0.0) (2022-12-10)


### Features

* Update for Pixi 7.x ([8540e63](https://github.com/seleb/HowlerPixiLoaderMiddleware/commit/8540e63beb70155b177b4de26484175a77be57a5))


### BREAKING CHANGES

* Updated for Pixi 7.x, and dropped support for Pixi 6.x. Instead of adding middleware to the loader, this is now a loader parser extension (see example in README for new integration instructions).

# [3.0.0](https://github.com/seleb/HowlerPixiLoaderMiddleware/compare/v2.0.0...v3.0.0) (2022-01-15)


### Bug Fixes

* `loaders` not defined ([b6c72f8](https://github.com/seleb/HowlerPixiLoaderMiddleware/commit/b6c72f82a4967da19e0de162db361374d61e05ce))


### BREAKING CHANGES

* restricts peer dependency to pixi v6

# [2.0.0](https://github.com/seleb/HowlerPixiLoaderMiddleware/compare/v1.0.2...v2.0.0) (2022-01-15)


### Bug Fixes

* switch to peer dependencies ([64d6289](https://github.com/seleb/HowlerPixiLoaderMiddleware/commit/64d628963a89c40de1f6a085bafa2161359e025c))


### BREAKING CHANGES

* switch to using peer dependencies
