Skip to content

Commit de3557a

Browse files
authoredNov 8, 2023
Bump version to 1.5.0 (#1382)
1 parent db386b9 commit de3557a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎javascript/net/grpc/web/generator/grpc_generator.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const char* kKeyword[] = {
8080
};
8181

8282
// Edit the version here prior to release
83-
static const std::string GRPC_WEB_VERSION = "1.4.2";
83+
static const std::string GRPC_WEB_VERSION = "1.5.0";
8484

8585
string GetProtocVersion(GeneratorContext* context) {
8686
Version compiler_version;

‎packages/grpc-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-web",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"author": "Google Inc.",
55
"description": "gRPC-Web Client Runtime Library",
66
"homepage": "https://grpc.io/",

‎scripts/release_notes.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)
Please sign in to comment.