Skip to content

Commit 2401e95

Browse files
chore(release): 1.1.7 [skip ci]
## [blockstore-idb-v1.1.7](blockstore-idb-v1.1.6...blockstore-idb-v1.1.7) (2023-12-30) ### Bug Fixes * publish with limited concurrency ([85bcc4a](85bcc4a)) * readme update ([3bcfb6d](3bcfb6d)) ### Dependencies * bump idb from 7.1.1 to 8.0.0 ([#281](#281)) ([4d0bdbc](4d0bdbc)) * bump multiformats from 12.1.3 to 13.0.0 ([#286](#286)) ([c8ccd1d](c8ccd1d))
1 parent 5307449 commit 2401e95

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/blockstore-idb/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [blockstore-idb-v1.1.7](https://github.com/ipfs/js-stores/compare/blockstore-idb-v1.1.6...blockstore-idb-v1.1.7) (2023-12-30)
2+
3+
4+
### Bug Fixes
5+
6+
* publish with limited concurrency ([85bcc4a](https://github.com/ipfs/js-stores/commit/85bcc4acc09d76d7938c55163c81d9b948c53803))
7+
* readme update ([3bcfb6d](https://github.com/ipfs/js-stores/commit/3bcfb6d311d32a00f24c64cb55c3ba90ca495dba))
8+
9+
10+
### Dependencies
11+
12+
* bump idb from 7.1.1 to 8.0.0 ([#281](https://github.com/ipfs/js-stores/issues/281)) ([4d0bdbc](https://github.com/ipfs/js-stores/commit/4d0bdbc600b226c489259e5100af5c8c7031fb79))
13+
* bump multiformats from 12.1.3 to 13.0.0 ([#286](https://github.com/ipfs/js-stores/issues/286)) ([c8ccd1d](https://github.com/ipfs/js-stores/commit/c8ccd1de91883d1a1cbd394c21a51b021d52baa3))
14+
115
## [blockstore-idb-v1.1.6](https://github.com/ipfs/js-stores/compare/blockstore-idb-v1.1.5...blockstore-idb-v1.1.6) (2023-12-01)
216

317

packages/blockstore-idb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockstore-idb",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Blockstore implementation with IndexedDB backend",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/blockstore-idb#readme",

0 commit comments

Comments
 (0)