Skip to content

5.7.1

Compare
Choose a tag to compare
@alexeagle alexeagle released this 26 Oct 22:41
· 35 commits to stable since this release

Update with WORKSPACE:

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

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

What's Changed

New Contributors

Full Changelog: 5.7.0...5.7.1