We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db386b9 commit de3557aCopy full SHA for de3557a
javascript/net/grpc/web/generator/grpc_generator.cc
@@ -80,7 +80,7 @@ const char* kKeyword[] = {
80
};
81
82
// Edit the version here prior to release
83
-static const std::string GRPC_WEB_VERSION = "1.4.2";
+static const std::string GRPC_WEB_VERSION = "1.5.0";
84
85
string GetProtocVersion(GeneratorContext* context) {
86
Version compiler_version;
packages/grpc-web/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "grpc-web",
3
- "version": "1.4.2",
+ "version": "1.5.0",
4
"author": "Google Inc.",
5
"description": "gRPC-Web Client Runtime Library",
6
"homepage": "https://grpc.io/",
scripts/release_notes.py
100644
100755
0 commit comments