diff --git a/CHANGELOG.md b/CHANGELOG.md index c0329ad..e9d0a90 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.1...v2.4.2 +https://github.com/orbitdb/orbitdb/compare/v2.4.2...v2.4.3 You can also use the following git command to generate a log of changes: ``` -git log v2.4.1..v2.4.2 --oneline +git log v2.4.2..v2.4.3 --oneline ``` diff --git a/package-lock.json b/package-lock.json index 73a41e2..3a00986 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@orbitdb/core", - "version": "2.4.2", + "version": "2.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@orbitdb/core", - "version": "2.4.2", + "version": "2.4.3", "license": "MIT", "dependencies": { "@ipld/dag-cbor": "^9.0.6", diff --git a/package.json b/package.json index 38bb15e..c3b70bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orbitdb/core", - "version": "2.4.2", + "version": "2.4.3", "description": "Distributed p2p database on IPFS", "author": "Haad", "license": "MIT",