Skip to content

2.0.1

Compare
Choose a tag to compare
@alexeagle alexeagle released this 24 Jul 03:07
· 1763 commits to stable since this release

Upgrade with

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "0f2de53628e848c1691e5729b515022f5a77369c76a09fbe55611e12731c90e3",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.0.1/rules_nodejs-2.0.1.tar.gz"],
)

and update @bazel-scoped packages

Bug Fixes

  • typescript: ts_library should accept .tsx inputs (065922b)
  • create: WORKSPACE files were created with wrong rules_nodejs tar.gz URL (9bec546)