Skip to content

Commit

Permalink
Bump version to 1.3.0 (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampajano committed Oct 13, 2021
1 parent 541e3ae commit 7f70efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/grpc-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc-web",
"version": "1.2.1",
"version": "1.3.0",
"author": "Google Inc.",
"description": "gRPC-Web Client Runtime Library",
"homepage": "https://grpc.io/",
Expand Down
3 changes: 2 additions & 1 deletion scripts/release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
API_BASE_URL = "https://api.github.com/repos/grpc/grpc-web"
GRPC_WEB_TEAM = [
"stanley-cheung",
"sampajano",
"fengli79",
"vnorigoog",
"wenbozhu",
Expand Down Expand Up @@ -196,7 +197,7 @@ def format_release_notes(self):
else:
title = pr['title']
if author not in GRPC_WEB_TEAM:
credit = " [@{}](https://github.com/{})".format(author, author)
credit = f" @{author}"
else:
credit = ""

Expand Down

0 comments on commit 7f70efe

Please sign in to comment.