# Changelog

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.

## [0.2.0](https://github.com/Jax-p/vite-plugin-nunjucks/compare/v0.1.9...v0.2.0) (2023-11-22)


### Features

* migrate to vite 5 ([c4d423e](https://github.com/Jax-p/vite-plugin-nunjucks/commit/c4d423ec5af7cac688a075ecafdf3e93919f27c6))


### Bug Fixes

* Fixing async filters ([5ac8eea](https://github.com/Jax-p/vite-plugin-nunjucks/commit/5ac8eea77ced38fd75d2d93a71d5efa7ddf65811))
* mismatched yarn.lock ([e15b4ba](https://github.com/Jax-p/vite-plugin-nunjucks/commit/e15b4baa00d502b0ee39a9f518d417d94a6aff8b))
* test-fix; node v18 is enough ([4aefb38](https://github.com/Jax-p/vite-plugin-nunjucks/commit/4aefb384e245033e77e4495785ffdd6173a823ce))

### 0.1.10 (2021-11-27)

### Bug Fixes

* Fixing Async Filters

### 0.1.9 (2021-10-25)


### Features

* Nunjucks environment can be configured ([124dfec](https://github.com/Jax-p/vite-plugin-nunjucks/commit/124dfecdb3a6975c33114a33fede236a824e6ccb))
* Options accepts global variables (defined with key  instead of template name) ([210d3f2](https://github.com/Jax-p/vite-plugin-nunjucks/commit/210d3f299a72f7171408e0dacb9f8cd3d72c141c))


### Bug Fixes

* Environment vs. configure fix (cache options were ignored since environment config option) ([d828b27](https://github.com/Jax-p/vite-plugin-nunjucks/commit/d828b27fcf08a14490894fcb8650499c04372f33))
* Error while variables are not set ([9195ce0](https://github.com/Jax-p/vite-plugin-nunjucks/commit/9195ce0024453938f339cbd575831cfbc8df4d0e))
* Hot Module Replacment is not blocking regular changes anymore ([f1e3b5b](https://github.com/Jax-p/vite-plugin-nunjucks/commit/f1e3b5bb3a53112fdba805620c610f5408b3518d))
