Compare commits

...

6 Commits

Author SHA1 Message Date
semantic-release-bot 9018cb11bf chore(release): 0.4.1 [skip ci]
## [0.4.1](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.4.0...v0.4.1) (2023-11-19)

### Bug Fixes

* update to reference S5 as a supported content network and technology ([0ce0a18](0ce0a1869d))
2023-11-19 13:55:38 +00:00
Derrick Hammer d9c29f4326
Merge remote-tracking branch 'origin/master' 2023-11-19 08:54:36 -05:00
Derrick Hammer 0ce0a1869d
fix: update to reference S5 as a supported content network and technology 2023-11-19 08:54:24 -05:00
semantic-release-bot e4d4361590 chore(release): 0.4.0 [skip ci]
# [0.4.0](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.3.0...v0.4.0) (2023-11-15)

### Bug Fixes

* bad redirect ([d1a052c](d1a052c2bc))
* broken link ([bc56dfa](bc56dfa573))
* ensure trailing slashes get a redirect ([d4018c2](d4018c2b2d))
* formatting and header size changes ([993d384](993d38456c))

### Features

* add roadmap ([7694546](7694546aa1))
2023-11-15 13:28:12 +00:00
Derrick Hammer 0c65b6d35d
Merge remote-tracking branch 'origin/master'
# Conflicts:
#	CHANGELOG.md
#	package.json
2023-11-15 08:26:55 -05:00
semantic-release-bot a9eab943a5 chore(release): 0.3.0 [skip ci]
# [0.3.0](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.2.1...v0.3.0) (2023-11-10)

### Features

* add AI generated summary to the homepage ([e232fcc](e232fccaf8))
2023-11-10 11:23:23 +00:00
3 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,25 @@
## [0.4.1](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.4.0...v0.4.1) (2023-11-19)
### Bug Fixes
* update to reference S5 as a supported content network and technology ([0ce0a18](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/0ce0a1869d5832249eeadf63991e7216f9069cd6))
# [0.4.0](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.3.0...v0.4.0) (2023-11-15)
### Bug Fixes
* bad redirect ([d1a052c](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/d1a052c2bce749426e817291e75b23461e24dbf9))
* broken link ([bc56dfa](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/bc56dfa573a44438bd7bebdb1e4c22b7c0563544))
* ensure trailing slashes get a redirect ([d4018c2](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/d4018c2b2d51616102cadbf5633b0d722769b997))
* formatting and header size changes ([993d384](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/993d38456cfff350d7dd31174732a45de2e27caa))
### Features
* add roadmap ([7694546](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/7694546aa1b19b6431f780e4e5a75e2be407d544))
# [0.3.0-develop.4](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.3.0-develop.3...v0.3.0-develop.4) (2023-11-15) # [0.3.0-develop.4](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.3.0-develop.3...v0.3.0-develop.4) (2023-11-15)

View File

@ -6,7 +6,7 @@ title: Web3 Browser Web App
**Link**: https://web3browser.io **Link**: https://web3browser.io
This is an experimental tech demo to enable HNS and ENS browsing via IPFS. This is an experimental tech demo to enable HNS and ENS browsing via IPFS and S5.
**This demo uses the following technologies**: **This demo uses the following technologies**:
@ -16,7 +16,7 @@ This is an experimental tech demo to enable HNS and ENS browsing via IPFS.
* Lavanet: https://www.lavanet.xyz * Lavanet: https://www.lavanet.xyz
* ETH: https://git.lumeweb.com/LumeWeb/libethsync/src/branch/develop * ETH: https://git.lumeweb.com/LumeWeb/libethsync/src/branch/develop
* IPFS: https://github.com/ipfs/helia * IPFS: https://github.com/ipfs/helia
* HNS: https://github.com/handshake-org/hsd * S5 in TypeScript: https://git.lumeweb.com/LumeWeb/libs5/src/branch/develop
**Some notes about current issues and limitations**: **Some notes about current issues and limitations**:

View File

@ -1,6 +1,6 @@
{ {
"name": "@lumeweb/docs.lumeweb.com", "name": "@lumeweb/docs.lumeweb.com",
"version": "0.3.0-develop.4", "version": "0.4.1",
"private": true, "private": true,
"repository": { "repository": {
"type": "git", "type": "git",