Skip to content

Commit 6522807

Browse files
committed
rel: 0.18.6
1 parent f59905f commit 6522807

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.5/rules_nodejs-0.18.5.tar.gz"],
32-
sha256 = "c8cd6a77433f7d3bb1f4ac87f15822aa102989f8e9eb1907ca0cad718573985b",
31+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.18.6/rules_nodejs-0.18.6.tar.gz"],
32+
sha256 = "1416d03823fed624b49a0abbd9979f7c63bbedfd37890ddecedd2fe25cccebc6",
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.5"
27+
VERSION = "0.18.6"
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.5",
4+
"version": "0.18.6",
55
"keywords": [
66
"javascript",
77
"bazel"

0 commit comments

Comments
 (0)