Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 07 Jan 14:59
· 36 commits to main since this release

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6+ only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_formatjs", version = "0.4.2")

That's it! The toolchains are automatically registered.

Full Changelog: v0.4.1...v0.4.2