chore(release): 0.4.0 [skip ci]

# [0.4.0](https://git.lumeweb.com/LumeWeb/extension/compare/v0.3.0...v0.4.0) (2023-08-13)

### Bug Fixes

* **ci:** change publish step to prepare ([a3ba768](a3ba768885))
* **ci:** echo out url for release zip, and provide sha256 hash checksum. ([265bbe3](265bbe3b91))
* **ci:** install rename, not util-linux ([461e611](461e611670))
* **ci:** install util-linux for rename command ([6659de6](6659de6550))
* **ci:** strip out filename ([13c51dd](13c51dd7d0))

### Features

* add new popup app to go to login, dashboard, and logout ([df1895f](df1895f824))
This commit is contained in:
semantic-release-bot 2023-08-13 17:49:20 +00:00
parent 1cfab9a705
commit 8744ffe248
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,19 @@
# [0.4.0](https://git.lumeweb.com/LumeWeb/extension/compare/v0.3.0...v0.4.0) (2023-08-13)
### 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:** install rename, not util-linux ([461e611](https://git.lumeweb.com/LumeWeb/extension/commit/461e6116707df95d994d47eedb80cdee1a0bbe34))
* **ci:** install util-linux for rename command ([6659de6](https://git.lumeweb.com/LumeWeb/extension/commit/6659de6550a01a3cf0184bc54c8680a1baf89662))
* **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))
# [0.4.0-develop.5](https://git.lumeweb.com/LumeWeb/extension/compare/v0.4.0-develop.4...v0.4.0-develop.5) (2023-08-11)
# [0.4.0-develop.4](https://git.lumeweb.com/LumeWeb/extension/compare/v0.4.0-develop.3...v0.4.0-develop.4) (2023-08-10)

View File

@ -2,7 +2,7 @@
"description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
"manifest_version": 2,
"name": "Lume Web",
"version": "0.4.0-develop.5",
"version": "0.4.0",
"homepage_url": "https://lumeweb.com",
"icons": {
"48": "icon.png",

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/extension",
"version": "0.4.0-develop.5",
"version": "0.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/extension",
"version": "0.4.0-develop.5",
"version": "0.4.0",
"dependencies": {
"@helia/unixfs": "^1.4.0",
"@lumeweb/kernel-dns-client": "^0.1.0-develop.4",

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/extension",
"version": "0.4.0-develop.5",
"version": "0.4.0",
"description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
"main": "index.js",
"type": "module",