Skip to content

Commit d3c421b

Browse files
committed
rel: 0.16.8
1 parent 3efbb16 commit d3c421b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ containing:
2828
git_repository(
2929
name = "build_bazel_rules_nodejs",
3030
remote = "https://github.com/bazelbuild/rules_nodejs.git",
31-
tag = "0.16.7",
31+
tag = "0.16.8",
3232
)
3333

3434
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.16.7"
27+
VERSION = "0.16.8"
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.16.7",
4+
"version": "0.16.8",
55
"keywords": [
66
"javascript",
77
"bazel"

0 commit comments

Comments
 (0)