Skip to content

Commit 7602e5b

Browse files
sreblockrelease_process
and
release_process
authored
[Automated] Extension release v1.2.7 (#657)
chore: update files with the new version v1.2.7 and also add the new release notes Co-authored-by: release_process <release_process@blockwallet.io>
1 parent ce445d4 commit 7602e5b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

manifest/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464
}
6565
},
66-
"version": "1.2.6",
66+
"version": "1.2.7",
6767
"web_accessible_resources": [
6868
"blankProvider.js"
6969
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extension",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"private": true,
55
"scripts": {
66
"install": "make install/ci",

release-notes.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,20 @@
11041104
}
11051105
],
11061106
"version": "1.2.6"
1107+
},
1108+
{
1109+
"sections": [
1110+
{
1111+
"title": "Features",
1112+
"notes": [
1113+
{
1114+
"type": "success",
1115+
"message": "Added New Chains and Tokens."
1116+
}
1117+
]
1118+
}
1119+
],
1120+
"version": "1.2.7"
11071121
}
11081122
]
11091123
}

0 commit comments

Comments
 (0)