Skip to content

5.5.2

Compare
Choose a tag to compare
@alexeagle alexeagle released this 10 Jul 22:56
· 85 commits to stable since this release

Upgrade with:

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

# or for the "core" module
http_archive(
    name = "rules_nodejs",
    sha256 = "017e2348bb8431156d5cf89b6f502c2e7fcffc568729f74f89e4a12bd8279e90",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.2/rules_nodejs-core-5.5.2.tar.gz"],
)

What's Changed

Full Changelog: 5.5.1...5.5.2