Skip to content

5.7.2

Compare
Choose a tag to compare
@alexeagle alexeagle released this 27 Nov 03:24
· 25 commits to stable since this release

Update with:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "0e8a818724c0d5dcc10c31f9452ebd54b2ab94c452d4dcbb0d45a6636d2d5a44",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.2/rules_nodejs-5.7.2.tar.gz"],
)
# or for the "core" module
http_archive(
    name = "rules_nodejs",
    sha256 = "40b56e18c38295425381644f4d4efebccb5c704ac313f8baf88d047a3a6b4ab3",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.2/rules_nodejs-core-5.7.2.tar.gz"],
)

What's Changed

Full Changelog: 5.7.1...5.7.2