Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 06 Jan 21:10
· 38 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.1")

That's it! The toolchains are automatically registered.

Full Changelog: v0.4.0...v0.4.1