Skip to content

Commit f0b892b

Browse files
committed
chore: update version to v1.6.1
chore: update readme
1 parent f86ec95 commit f0b892b

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unisat-extension",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"private": true,
55
"homepage": "https://github.com/unisat-wallet/extension#readme",
66
"bugs": {
@@ -12,12 +12,12 @@
1212
},
1313
"scripts": {
1414
"clean": "mkdir -p dist && rm -rf dist/* && cp -r build/_raw/* dist",
15-
"build:chrome:dev": "webpack --progress --env browser=chrome manifest=mv2 config=dev channel=github version=0.0.0",
15+
"build:chrome:dev": "webpack --progress --env browser=chrome manifest=mv2 config=dev channel=github version=1.6.1",
1616
"build:chrome": "gulp build --env=pro --browser=chrome --manifest=mv2 --channel=github",
1717
"build:firefox": "gulp build --env=pro --browser=firefox --manifest=mv2 --channel=github",
1818
"build:brave": "gulp build --env=pro --browser=brave --manifest=mv2 --channel=github",
1919
"build:edge": "gulp build --env=pro --browser=edge --manifest=mv2 --channel=github",
20-
"build:chrome:mv3:dev": "webpack --progress --env browser=chrome manifest=mv3 config=dev channel=github version=0.0.0",
20+
"build:chrome:mv3:dev": "webpack --progress --env browser=chrome manifest=mv3 config=dev channel=github version=1.6.1",
2121
"build:chrome:mv3": "gulp build --env=pro --browser=chrome --manifest=mv3 --channel=store",
2222
"translate": "node build/pull_translation",
2323
"lint": "eslint src --fix --ext .js,.ts,.tsx,.json && npm run format",

release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# UniSat Wallet Release Notes
22

3+
## v1.6.1
4+
5+
New Features
6+
7+
- Added address book
8+
- Added feedback entrance
9+
- Support Babylon mainnet
10+
11+
Improvements
12+
13+
- Restructure Settings Tab
14+
315
## v1.6.0
416

517
Changes

0 commit comments

Comments
 (0)