diff --git a/CHANGELOG.md b/CHANGELOG.md index 624e4731..bd9f2859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [10.0.2](https://github.com/ipfs/js-ipfs-repo/compare/v10.0.1...v10.0.2) (2021-05-04) + + + ## [10.0.1](https://github.com/ipfs/js-ipfs-repo/compare/v10.0.0...v10.0.1) (2021-05-04) diff --git a/package.json b/package.json index 195c99ab..d494e090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-repo", - "version": "10.0.1", + "version": "10.0.2", "description": "IPFS Repo implementation", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -78,7 +78,7 @@ "err-code": "^3.0.1", "interface-datastore": "^4.0.0", "ipfs-repo-migrations": "^8.0.0", - "ipfs-utils": "^6.0.0", + "ipfs-utils": "^7.0.0", "ipld-block": "^0.11.0", "it-filter": "^1.0.2", "it-pushable": "^1.4.0",