Merge branch 'develop' of git.lumeweb.com:LumeWeb/extension into develop
This commit is contained in:
commit
e76b7f20bd
|
@ -0,0 +1,13 @@
|
||||||
|
# [0.4.0-develop.1](https://git.lumeweb.com/LumeWeb/extension/compare/v0.3.0...v0.4.0-develop.1) (2023-08-07)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **ci:** change publish step to prepare ([a3ba768](https://git.lumeweb.com/LumeWeb/extension/commit/a3ba768885d0102cbd941fce78c089876734be49))
|
||||||
|
* **ci:** echo out url for release zip, and provide sha256 hash checksum. ([265bbe3](https://git.lumeweb.com/LumeWeb/extension/commit/265bbe3b9171b5711a58a89a70938dd0c709b3ea))
|
||||||
|
* **ci:** strip out filename ([13c51dd](https://git.lumeweb.com/LumeWeb/extension/commit/13c51dd7d024da830055b7671c371d1292b2c06a))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add new popup app to go to login, dashboard, and logout ([df1895f](https://git.lumeweb.com/LumeWeb/extension/commit/df1895f8243b515921210dd6248b4126a96564c6))
|
|
@ -2,7 +2,7 @@
|
||||||
"description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
|
"description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Lume Web",
|
"name": "Lume Web",
|
||||||
"version": "0.3.0.3",
|
"version": "0.4.0-develop.1",
|
||||||
"homepage_url": "https://lumeweb.com",
|
"homepage_url": "https://lumeweb.com",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icon.png",
|
"48": "icon.png",
|
||||||
|
|
Reference in New Issue