Skip to content

Commit 8684bbe

Browse files
committed
rel: 0.16.5
1 parent fa67c3e commit 8684bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)