Skip to content

4.1.0

Compare
Choose a tag to compare
@alexeagle alexeagle released this 10 Sep 03:29
· 452 commits to stable since this release

Note, the @bazel/worker package changed in this release and now uses google-protobuf rather than protobufjs, however this change shouldn't be user-visible. Thanks @thesayyn !

To upgrade:

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

and update @bazel-scoped npm packages.

Features

Bug Fixes