Skip to content

Releases: moonrepo/build-wasm-plugin

v0.4.1

12 Aug 21:10
431390d
Compare
Choose a tag to compare
  • Added prerelease output.
  • Fixed handling of prerelease identifiers/suffixes.

v0.4.0

08 Aug 14:41
9c05ab4
Compare
Choose a tag to compare
  • Updated tag parsing to support prerelease metadata.
  • Updated binaryen to v118.
  • Updated wabt to v1.0.36.

v0.3.3

31 May 23:29
4922812
Compare
Choose a tag to compare
  • Updated binaryen to v117.
  • Updated wabt to v1.0.35.

v0.3.2

03 Feb 20:58
efffb44
Compare
Choose a tag to compare
  • Support changelogs within each crate, instead of just the root.

v0.3.1

24 Jan 23:16
ec1038c
Compare
Choose a tag to compare
  • Fixed broken tag parsing.

v0.3.0

21 Jan 00:43
9840d22
Compare
Choose a tag to compare
  • Updated to support monorepo based tags.
  • Added tagged-project output.

v0.2.3

12 Jan 03:20
7aea8e2
Compare
Choose a tag to compare
  • Removed "Changelog" title from release body.

v0.2.2

12 Jan 03:12
648ab5b
Compare
Choose a tag to compare
  • Strip v from tags when checking changelogs and setting output.

v0.2.1

12 Jan 02:56
e6255cc
Compare
Choose a tag to compare
  • Renamed to build-wasm-plugin.

v0.2.0

10 Jan 01:30
7ea5bc9
Compare
Choose a tag to compare
  • Added built, changelog-entry, and tagged-version outputs.
  • Will attempt to extract a changelog.
    • Refer to our readme for an updated GitHub workflow example.