Merge branch 'develop'

This commit is contained in:
Derrick Hammer 2023-11-01 03:30:34 -04:00
commit b9b68f7542
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [0.1.4-develop.1](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.1.3...v0.1.4-develop.1) (2023-11-01)
### Bug Fixes
* update footer menu ([3e6d4e6](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/3e6d4e61e5f174b732701d861ac4860c509d0ba2))
## [0.1.3](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.1.2...v0.1.3) (2023-09-30)
## [0.1.2](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.1.1...v0.1.2) (2023-09-30)

View File

@ -86,7 +86,11 @@ const config = {
},
{
label: "GitHub",
href: "https://github.com/lumeweb3",
href: "https://github.com/LumeWeb",
},
{
label: "Git",
href: "https://git.lumeweb.com",
},
],
},

View File

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