Skip to content

Commit 49e0618

Browse files
chore(release): 5.3.0 [skip ci]
## interface-blockstore [5.3.0](interface-blockstore-5.2.10...interface-blockstore-5.3.0) (2024-08-02) ### Dependencies * **interface-store:** upgraded to 6.0.0
1 parent c097d58 commit 49e0618

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/interface-blockstore/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## interface-blockstore [5.3.0](https://github.com/ipfs/js-stores/compare/interface-blockstore-5.2.10...interface-blockstore-5.3.0) (2024-08-02)
2+
3+
4+
5+
### Dependencies
6+
7+
* **interface-store:** upgraded to 6.0.0
8+
19
## interface-blockstore [5.2.10](https://github.com/ipfs/js-stores/compare/interface-blockstore-v5.2.9...interface-blockstore-5.2.10) (2024-02-12)
210

311

packages/interface-blockstore/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-blockstore",
3-
"version": "5.2.10",
3+
"version": "5.3.0",
44
"description": "An interface for storing and retrieving blocks",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-stores/tree/main/packages/interface-blockstore#readme",
@@ -43,7 +43,7 @@
4343
"release": "aegir release"
4444
},
4545
"dependencies": {
46-
"interface-store": "^5.0.0",
46+
"interface-store": "6.0.0",
4747
"multiformats": "^13.0.1"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)