Skip to content

Commit abe8dec

Browse files
chore(release): 6.1.2 [skip ci]
## [blockstore-core-v6.1.2](blockstore-core-6.1.1...blockstore-core-6.1.2) (2026-01-08) ### Bug Fixes * identity supports async get and getAll ([#365](#365)) ([a1b95fc](a1b95fc))
1 parent a1b95fc commit abe8dec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/blockstore-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [blockstore-core-v6.1.2](https://github.com/ipfs/js-stores/compare/blockstore-core-6.1.1...blockstore-core-6.1.2) (2026-01-08)
2+
3+
### Bug Fixes
4+
5+
* identity supports async get and getAll ([#365](https://github.com/ipfs/js-stores/issues/365)) ([a1b95fc](https://github.com/ipfs/js-stores/commit/a1b95fc173c066d69bf0f1145d7b458941065be6))
6+
17
## [blockstore-core-v6.1.1](https://github.com/ipfs/js-stores/compare/blockstore-core-6.1.0...blockstore-core-6.1.1) (2025-10-09)
28

39
### Bug Fixes

packages/blockstore-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockstore-core",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Contains various implementations of the API contract described in interface-blockstore",
55
"author": "Alex Potsides <alex.potsides@protocol.ai>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)