Releases: moonrepo/build-wasm-plugin
Releases · moonrepo/build-wasm-plugin
v0.4.1
- Added
prerelease
output. - Fixed handling of prerelease identifiers/suffixes.
v0.4.0
- Updated tag parsing to support prerelease metadata.
- Updated binaryen to v118.
- Updated wabt to v1.0.36.
v0.3.3
v0.3.2
- Support changelogs within each crate, instead of just the root.
v0.3.1
- Fixed broken tag parsing.
v0.3.0
- Updated to support monorepo based tags.
- Added
tagged-project
output.
v0.2.3
- Removed "Changelog" title from release body.
v0.2.2
- Strip
v
from tags when checking changelogs and setting output.
v0.2.1
- Renamed to
build-wasm-plugin
.
v0.2.0
- Added
built
,changelog-entry
, andtagged-version
outputs. - Will attempt to extract a changelog.
- Refer to our readme for an updated GitHub workflow example.