diff --git a/.well-known/funding-manifest-urls b/.well-known/funding-manifest-urls new file mode 100644 index 0000000..f92cd31 --- /dev/null +++ b/.well-known/funding-manifest-urls @@ -0,0 +1 @@ +https://orbitdb.org/funding.json \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f6fb66f..b28cbea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,10 @@ For now, please refer to our Git commit history for a list of changes. -https://github.com/orbitdb/orbitdb/commits/v1.0.2 +https://github.com/orbitdb/orbitdb/compare/v2.4.0...v2.4.1 + +You can also use the following git command to generate a log of changes: + +``` +git log v2.4.0..v2.4.1 --oneline +``` diff --git a/README.md b/README.md index 4871ebf..3d04944 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Install OrbitDB and its dependencies: npm install @orbitdb/core helia ``` -### Browser