From 1b470fdb68dc3cc722fa4efbdbfde78102c9db8b Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Sat, 22 Feb 2025 14:25:51 +0100 Subject: [PATCH] chore: Iterate version. --- CHANGELOG.md | 4 ++-- docs/jsdoc/README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d0a90..4ecd268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ 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: ``` -git log v2.4.2..v2.4.3 --oneline +git log v2.4.3..v2.5.0 --oneline ``` diff --git a/docs/jsdoc/README.md b/docs/jsdoc/README.md index cf90afe..1a3ba3b 100644 --- a/docs/jsdoc/README.md +++ b/docs/jsdoc/README.md @@ -1,4 +1,4 @@ -## OrbitDB API - v2.4 +## OrbitDB API - v2.5 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. diff --git a/package-lock.json b/package-lock.json index 3a00986..d57f084 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@orbitdb/core", - "version": "2.4.3", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@orbitdb/core", - "version": "2.4.3", + "version": "2.5.0", "license": "MIT", "dependencies": { "@ipld/dag-cbor": "^9.0.6", diff --git a/package.json b/package.json index c3b70bc..3dad3ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orbitdb/core", - "version": "2.4.3", + "version": "2.5.0", "description": "Distributed p2p database on IPFS", "author": "Haad", "license": "MIT",