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

This commit is contained in:
Derrick Hammer 2023-12-28 01:15:39 -05:00
commit 522c7eb1d8
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [0.1.0-develop.5](https://git.lumeweb.com/LumeWeb/web3.news-publisher/compare/v0.1.0-develop.4...v0.1.0-develop.5) (2023-12-28)
### Bug Fixes
* use npm install for bun ([88516c1](https://git.lumeweb.com/LumeWeb/web3.news-publisher/commit/88516c1058d17bfbe41147d38e3dc2136e428413))
# [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)

View File

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