Skip to content

Commit 8aacdfd

Browse files
authored
Merge pull request #2833 from murgatroid99/grpc-js_1.12.0_bump
grpc-js: Bump to 1.12.0
2 parents 707f6cb + 051c048 commit 8aacdfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/grpc-js-xds/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/grpc-js-xds",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
55
"main": "build/src/index.js",
66
"scripts": {
@@ -52,7 +52,7 @@
5252
"xxhash-wasm": "^1.0.2"
5353
},
5454
"peerDependencies": {
55-
"@grpc/grpc-js": "~1.11.0"
55+
"@grpc/grpc-js": "~1.12.0"
5656
},
5757
"engines": {
5858
"node": ">=10.10.0"

packages/grpc-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/grpc-js",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "gRPC Library for Node - pure JS implementation",
55
"homepage": "https://grpc.io/",
66
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",

0 commit comments

Comments
 (0)