Skip to content

Commit 4cd1912

Browse files
committed
rel: 0.18.4
1 parent 6be35b5 commit 4cd1912

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ containing:
2828
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2929
http_archive(
3030
name = "build_bazel_rules_nodejs",
31-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.18.3/rules_nodejs-0.18.3.tar.gz"],
32-
sha256 = "abadc96e64431f6a2f3a3bfff8b444c69589c8c35de72d0a39b202c08318d630",
31+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.18.4/rules_nodejs-0.18.4.tar.gz"],
32+
sha256 = "23987a5cf549146742aa6a0d2536e4906906e63a608d5b9b32dd9fe5523ef51c",
3333
)
3434

3535
load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")

Diff for: package.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ load("//internal/common:check_version.bzl", "check_version")
2424
# It will be automatically synced via the npm "version" script
2525
# that is run when running `npm version` during the release
2626
# process. See `Releasing` section in README.md.
27-
VERSION = "0.18.3"
27+
VERSION = "0.18.4"
2828

2929
def check_rules_nodejs_version(minimum_version_string):
3030
"""

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bazel/javascript",
33
"description": "Build JavaScript with Bazel",
4-
"version": "0.18.3",
4+
"version": "0.18.4",
55
"keywords": [
66
"javascript",
77
"bazel"

0 commit comments

Comments
 (0)