diff --git a/CHANGELOG.md b/CHANGELOG.md index 108b6a5..f6fb66f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,4 @@ For now, please refer to our Git commit history for a list of changes. -https://github.com/orbitdb/orbitdb/commits/v1.0.1 +https://github.com/orbitdb/orbitdb/commits/v1.0.2 diff --git a/package-lock.json b/package-lock.json index 83c8e4e..f5bfc92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@orbitdb/core", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@orbitdb/core", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@ipld/dag-cbor": "^9.0.5", diff --git a/package.json b/package.json index 2cfd2ac..e23fcfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orbitdb/core", - "version": "1.0.1", + "version": "1.0.2", "description": "Distributed p2p database on IPFS", "author": "Haad", "license": "MIT",