Skip to content

Commit

Permalink
chore(release): 1.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Dec 30, 2023
1 parent 5307449 commit 2401e95
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/blockstore-idb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [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)


### Bug Fixes

* publish with limited concurrency ([85bcc4a](https://github.com/ipfs/js-stores/commit/85bcc4acc09d76d7938c55163c81d9b948c53803))
* readme update ([3bcfb6d](https://github.com/ipfs/js-stores/commit/3bcfb6d311d32a00f24c64cb55c3ba90ca495dba))


### Dependencies

* 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))
* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/blockstore-idb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockstore-idb",
"version": "1.1.6",
"version": "1.1.7",
"description": "Blockstore implementation with IndexedDB backend",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/blockstore-idb#readme",
Expand Down

0 comments on commit 2401e95

Please sign in to comment.