Skip to content

Commit

Permalink
Merge pull request #144 from dibenede/prepare-release
Browse files Browse the repository at this point in the history
Bump version to 3.21.2
  • Loading branch information
dibenede committed Oct 10, 2022
2 parents 64c19f8 + 60cbddd commit e34549d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-protobuf",
"version": "3.21.1",
"version": "3.21.2",
"description": "Protocol Buffers for JavaScript",
"main": "google-protobuf.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions protobuf_javascript_release.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
load("@rules_pkg//:providers.bzl", "PackageVariablesInfo")
load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")

_PROTOBUF_JAVASCRIPT_VERSION = "3.21.1"
_PROTOBUF_JAVASCRIPT_VERSION = "3.21.2"


def _package_naming_impl(ctx):
Expand Down Expand Up @@ -45,7 +45,7 @@ package_naming = rule(
# Necessary data dependency for find_cpp_toolchain.
"_cc_toolchain":
attr.label(
default=Label("@bazel_tools//tools/cpp:current_cc_toolchain")),
default=Label("@bazel_tools//tools/cpp:current_cc_toolchain"),),
},
toolchains=["@bazel_tools//tools/cpp:toolchain_type"],
incompatible_use_toolchain_transition=True,
Expand Down

0 comments on commit e34549d

Please sign in to comment.