Skip to content

Commit

Permalink
Merge pull request #1931 from murgatroid99/grpc-js_1.4.x_release_prep
Browse files Browse the repository at this point in the history
grpc-js: Update package versions for 1.4.0 release
  • Loading branch information
murgatroid99 authored Oct 12, 2021
2 parents c4fc1db + 590e94e commit b904997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/grpc-js-xds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grpc/grpc-js-xds",
"version": "1.3.1",
"version": "1.4.0",
"description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
"main": "build/src/index.js",
"scripts": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"re2-wasm": "^1.0.1"
},
"peerDependencies": {
"@grpc/grpc-js": "~1.3.0"
"@grpc/grpc-js": "~1.4.0"
},
"engines": {
"node": ">=10.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grpc/grpc-js",
"version": "1.3.7",
"version": "1.4.0",
"description": "gRPC Library for Node - pure JS implementation",
"homepage": "https://grpc.io/",
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",
Expand Down

0 comments on commit b904997

Please sign in to comment.