chore: Iterate version.

This commit is contained in:
Hayden Young 2025-02-22 14:25:51 +01:00
parent 35bf38d8d8
commit 1b470fdb68
4 changed files with 6 additions and 6 deletions

View File

@ -2,10 +2,10 @@
For now, please refer to our Git commit history for a list of changes. For now, please refer to our Git commit history for a list of changes.
https://github.com/orbitdb/orbitdb/compare/v2.4.2...v2.4.3 https://github.com/orbitdb/orbitdb/compare/v2.4.3...v2.5.0
You can also use the following git command to generate a log of changes: You can also use the following git command to generate a log of changes:
``` ```
git log v2.4.2..v2.4.3 --oneline git log v2.4.3..v2.5.0 --oneline
``` ```

View File

@ -1,4 +1,4 @@
## OrbitDB API - v2.4 ## OrbitDB API - v2.5
OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS
as its data storage and Libp2p Pubsub to automatically sync databases with peers. It's an eventually consistent database that uses Merkle-CRDTs for conflict-free database writes and merges making OrbitDB an excellent choice for p2p and decentralized apps, blockchain applications and local first web applications. as its data storage and Libp2p Pubsub to automatically sync databases with peers. It's an eventually consistent database that uses Merkle-CRDTs for conflict-free database writes and merges making OrbitDB an excellent choice for p2p and decentralized apps, blockchain applications and local first web applications.

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@orbitdb/core", "name": "@orbitdb/core",
"version": "2.4.3", "version": "2.5.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@orbitdb/core", "name": "@orbitdb/core",
"version": "2.4.3", "version": "2.5.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ipld/dag-cbor": "^9.0.6", "@ipld/dag-cbor": "^9.0.6",

View File

@ -1,6 +1,6 @@
{ {
"name": "@orbitdb/core", "name": "@orbitdb/core",
"version": "2.4.3", "version": "2.5.0",
"description": "Distributed p2p database on IPFS", "description": "Distributed p2p database on IPFS",
"author": "Haad", "author": "Haad",
"license": "MIT", "license": "MIT",