Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Derrick Hammer 2023-12-28 01:08:09 -05:00
commit cd64f99a6f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# [0.1.0-develop.4](https://git.lumeweb.com/LumeWeb/web3.news-publisher/compare/v0.1.0-develop.3...v0.1.0-develop.4) (2023-12-28)
### Bug Fixes
* change app dir ([8654926](https://git.lumeweb.com/LumeWeb/web3.news-publisher/commit/8654926e366d377ef36b9a2c04df4996ef8dabf5))
* put entry point in root ([3c3be95](https://git.lumeweb.com/LumeWeb/web3.news-publisher/commit/3c3be95cd80fa7aa4939bcb3c461bb7f699d64f1))
# [0.1.0-develop.3](https://git.lumeweb.com/LumeWeb/web3.news-publisher/compare/v0.1.0-develop.2...v0.1.0-develop.3) (2023-12-28)
# [0.1.0-develop.2](https://git.lumeweb.com/LumeWeb/web3.news-publisher/compare/v0.1.0-develop.1...v0.1.0-develop.2) (2023-12-28)

View File

@ -1,6 +1,6 @@
{
"name": "web3.news-publisher",
"version": "0.1.0-develop.3",
"version": "0.1.0-develop.4",
"main": "src/index.ts",
"description": "Publish your site to the web3.news aggregator",
"scripts": {