Skip to content

Commit 4e7c987

Browse files
authored
Merge pull request #844 from murgatroid99/v1.20.2_bump
Bump to 1.20.2
2 parents fea57aa + 280cfb5 commit 4e7c987

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/grpc-native-core/binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
'GPR_BACKWARDS_COMPATIBILITY_MODE',
9292
'GRPC_ARES=0',
9393
'GRPC_UV',
94-
'GRPC_NODE_VERSION="1.20.1"'
94+
'GRPC_NODE_VERSION="1.20.2"'
9595
],
9696
'conditions': [
9797
['grpc_gcov=="true"', {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
settings:
22
'#': It's possible to have node_version here as a key to override the core's version.
3+
node_version: 1.20.2

packages/grpc-native-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc",
3-
"version": "1.20.1",
3+
"version": "1.20.2",
44
"author": "Google Inc.",
55
"description": "gRPC Library for Node",
66
"homepage": "https://grpc.io/",

0 commit comments

Comments
 (0)