Skip to content

Commit 7f70efe

Browse files
authored
Bump version to 1.3.0 (#1145)
1 parent 541e3ae commit 7f70efe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/grpc-web/package.json

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

scripts/release_notes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
API_BASE_URL = "https://api.github.com/repos/grpc/grpc-web"
5656
GRPC_WEB_TEAM = [
5757
"stanley-cheung",
58+
"sampajano",
5859
"fengli79",
5960
"vnorigoog",
6061
"wenbozhu",
@@ -196,7 +197,7 @@ def format_release_notes(self):
196197
else:
197198
title = pr['title']
198199
if author not in GRPC_WEB_TEAM:
199-
credit = " [@{}](https://github.com/{})".format(author, author)
200+
credit = f" @{author}"
200201
else:
201202
credit = ""
202203

0 commit comments

Comments
 (0)