Skip to content

Commit 5b0ce86

Browse files
authored
Merge pull request #958 from murgatroid99/v1.22.2_bump
Bump to version 1.22.2
2 parents 70e8511 + 48225da commit 5b0ce86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/grpc-native-core/binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
'GPR_BACKWARDS_COMPATIBILITY_MODE',
9595
'GRPC_ARES=1',
9696
'GRPC_UV',
97-
'GRPC_NODE_VERSION="1.22.1"',
97+
'GRPC_NODE_VERSION="1.22.2"',
9898
'CARES_STATICLIB',
9999
'CARES_SYMBOL_HIDING'
100100
],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +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.22.1
3+
node_version: 1.22.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.22.1",
3+
"version": "1.22.2",
44
"author": "Google Inc.",
55
"description": "gRPC Library for Node",
66
"homepage": "https://grpc.io/",

0 commit comments

Comments
 (0)