Skip to content

2.3.3

Compare
Choose a tag to compare
@alexeagle alexeagle released this 26 Jan 16:23
· 1662 commits to stable since this release

upgrade with

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

This is just a maintenance release for 2.x.

Bug Fixes

  • linker fix for invalid symlink creation path in createSymlinkAndPreserveContents (d18a1ff)