v0.10.0
Using Bzlmod with Bazel 6 or greater
- (Bazel 6+ only) Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_formatjs", version = "0.10.0")That's it! The toolchains are automatically registered.
What's Changed
- feat: add FormatJS CLI versions through 1.2.0 by @longlho in #91
- feat: automate releases with Release Please by @longlho in #92
- chore(main): release 0.10.0 by @formatjsproject in #93
New Contributors
- @formatjsproject made their first contribution in #93
Full Changelog: v0.9.1...v0.10.0