Skip to content

Commit 725bfa2

Browse files
committed
chore: update version to v1.7.0
chore: update release-notes
1 parent b4e1f7d commit 725bfa2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-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.3",
3+
"version": "1.7.0",
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=1.6.2",
15+
"build:chrome:dev": "webpack --progress --env browser=chrome manifest=mv2 config=dev channel=github version=1.7.0",
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=1.6.2",
20+
"build:chrome:mv3:dev": "webpack --progress --env browser=chrome manifest=mv3 config=dev channel=github version=1.7.0",
2121
"build:chrome:mv3": "gulp build --env=pro --browser=chrome --manifest=mv3 --channel=store",
2222
"lint": "eslint src --fix --ext .js,.ts,.tsx,.json && npm run format",
2323
"lint:fix": "eslint --fix src/**/*.{js,jsx,ts,tsx,json}",

release-notes.md

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

3+
## v1.7.0
4+
5+
New Features
6+
7+
- Added support for Alkanes.
8+
39
## v1.6.3
410

511
New Features

0 commit comments

Comments
 (0)