Skip to content

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 29 Jan 19:02
· 10 commits to main since this release
dda80e9

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.4")

That's it! The toolchains are automatically registered.

What's Changed

  • chore(deps): update bazel-contrib/setup-bazel action to v0.18.0 by @renovate[bot] in #29
  • chore(deps): update dependency oxfmt to ^0.27.0 - autoclosed by @renovate[bot] in #31
  • chore(deps): update dependency bazel to v9 by @renovate[bot] in #33
  • fix: upgrade CLI to 0.1.11 by @longlho in #34

Full Changelog: v0.4.3...v0.4.4