Compare commits

...

3 Commits

Author SHA1 Message Date
semantic-release-bot e67a9aad4e chore(release): 0.4.0-develop.2 [skip ci]
# [0.4.0-develop.2](https://git.lumeweb.com/LumeWeb/extension/compare/v0.4.0-develop.1...v0.4.0-develop.2) (2023-08-08)

### Bug Fixes

* **ci:** install util-linux for rename command ([6659de6](6659de6550))
2023-08-08 17:50:11 +00:00
Derrick Hammer e76b7f20bd
Merge branch 'develop' of git.lumeweb.com:LumeWeb/extension into develop 2023-08-08 13:48:31 -04:00
Derrick Hammer 6659de6550
fix(ci): install util-linux for rename command 2023-08-08 13:43:26 -04:00
5 changed files with 13 additions and 4 deletions

View File

@ -18,6 +18,8 @@ jobs:
with:
node-version: 18.x
cache: 'npm'
- name: install APT Packages
run: sudo apt-get install util-linux -y
- run: npm ci
- run: npm run build --if-present
env:

View File

@ -1,3 +1,10 @@
# [0.4.0-develop.2](https://git.lumeweb.com/LumeWeb/extension/compare/v0.4.0-develop.1...v0.4.0-develop.2) (2023-08-08)
### Bug Fixes
* **ci:** install util-linux for rename command ([6659de6](https://git.lumeweb.com/LumeWeb/extension/commit/6659de6550a01a3cf0184bc54c8680a1baf89662))
# [0.4.0-develop.1](https://git.lumeweb.com/LumeWeb/extension/compare/v0.3.0...v0.4.0-develop.1) (2023-08-07)

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.1",
"version": "0.4.0-develop.2",
"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.1",
"version": "0.4.0-develop.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/extension",
"version": "0.4.0-develop.1",
"version": "0.4.0-develop.2",
"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.1",
"version": "0.4.0-develop.2",
"description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
"main": "index.js",
"type": "module",