diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 484cfe6..11fea0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{ ".": "1.0.0" } +{".":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..310288b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 1.0.0 (2025-05-23) + + +### Features + +* add ipfs upload and download commands ([#3](https://github.com/thewhitewizard/web3data-cli/issues/3)) ([3cec2b5](https://github.com/thewhitewizard/web3data-cli/commit/3cec2b573cce6fb4718613c7e79d2d9e6ea087bd)) +* encryption cmds ([#4](https://github.com/thewhitewizard/web3data-cli/issues/4)) ([2662c2d](https://github.com/thewhitewizard/web3data-cli/commit/2662c2def91c4184b9d65c7f62234cc72c8ba0f7)) +* initialize cli ([#1](https://github.com/thewhitewizard/web3data-cli/issues/1)) ([677ace5](https://github.com/thewhitewizard/web3data-cli/commit/677ace52272351cceff841b79e2223e07ae72e3d))