Skip to content

Commit 5aee743

Browse files
committed
Update version to 3.21.4
1 parent 4cd555a commit 5aee743

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module(name = "protobuf_javascript", version = "3.21.3")
1+
module(name = "protobuf_javascript", version = "3.21.4")
22

33
bazel_dep(name = "protobuf", version = "27.1", repo_name = "com_google_protobuf")
44
bazel_dep(name = "rules_pkg", version = "0.7.0")

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-protobuf",
3-
"version": "3.21.3",
3+
"version": "3.21.4",
44
"description": "Protocol Buffers for JavaScript",
55
"main": "google-protobuf.js",
66
"files": [

protobuf_javascript_release.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
44
load("@rules_pkg//:providers.bzl", "PackageVariablesInfo")
55

6-
_PROTOBUF_JAVASCRIPT_VERSION = "3.21.3"
6+
_PROTOBUF_JAVASCRIPT_VERSION = "3.21.4"
77

88
def _package_naming_impl(ctx):
99
values = {}

0 commit comments

Comments
 (0)