Skip to content

5.5.1

Compare
Choose a tag to compare
@alexeagle alexeagle released this 24 Jun 21:46
· 92 commits to stable since this release

Upgrade with WORKSPACE:

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

# or for core module

http_archive(
    name = "rules_nodejs",
    sha256 = "77cbc1989562c5b2268b293573deff30984ef06b129b40c36eff764af702fe2f",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.1/rules_nodejs-core-5.5.1.tar.gz"],
)

What's Changed

New Contributors

Full Changelog: 5.5.0...5.5.1