# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.1](https://github.com/andreiltd/componentize-qjs/compare/v0.2.0...v0.2.1) - 2026-05-12
### Features
- allow runtime builds without async support ([#19](https://github.com/andreiltd/componentize-qjs/pull/19))
### Miscellaneous
- *(ci)* enable trusted publishing ([#22](https://github.com/andreiltd/componentize-qjs/pull/22))
- bump binaryen and wasi-sdk ([#20](https://github.com/andreiltd/componentize-qjs/pull/20))
## [0.2.0](https://github.com/andreiltd/componentize-qjs/compare/v0.1.0...v0.2.0) - 2026-05-05
### Bug Fixes
- *(ci)* fix release workflow permissions ([#17](https://github.com/andreiltd/componentize-qjs/pull/17))
- *(deps)* update rust dependencies ([#9](https://github.com/andreiltd/componentize-qjs/pull/9))
- *(deps)* update rust dependencies to v44 ([#14](https://github.com/andreiltd/componentize-qjs/pull/14))
- *(ci)* pin actions ([#6](https://github.com/andreiltd/componentize-qjs/pull/6))
- *(ci)* wire release asset publishing through release-plz ([#4](https://github.com/andreiltd/componentize-qjs/pull/4))
### Features
- add runtime optimized for size ([#15](https://github.com/andreiltd/componentize-qjs/pull/15))
- switch from JS script to ES modules ([#8](https://github.com/andreiltd/componentize-qjs/pull/8))
### Miscellaneous
- *(ci)* add npm publish job ([#16](https://github.com/andreiltd/componentize-qjs/pull/16))
- *(deps)* update dependency @napi-rs/cli to v3.6.2 ([#10](https://github.com/andreiltd/componentize-qjs/pull/10))
- *(deps)* update dependency node to v24 ([#12](https://github.com/andreiltd/componentize-qjs/pull/12))
- *(deps)* update github ci dependencies ([#11](https://github.com/andreiltd/componentize-qjs/pull/11))
- *(deps)* update dependency vitest to v4 ([#13](https://github.com/andreiltd/componentize-qjs/pull/13))
- *(ci)* add renovate bot config ([#7](https://github.com/andreiltd/componentize-qjs/pull/7))