Skip to content

Commit

Permalink
chore(release): 2.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [datastore-idb-v2.1.6](datastore-idb-v2.1.5...datastore-idb-v2.1.6) (2023-12-01)

### Bug Fixes

* cleanup references to datastore in blockstores ([#274](#274)) ([f550624](f550624))
  • Loading branch information
semantic-release-bot committed Dec 1, 2023
1 parent 91e4845 commit 1ca88ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/datastore-idb/CHANGELOG.md
@@ -1,3 +1,10 @@
## [datastore-idb-v2.1.6](https://github.com/ipfs/js-stores/compare/datastore-idb-v2.1.5...datastore-idb-v2.1.6) (2023-12-01)


### Bug Fixes

* cleanup references to datastore in blockstores ([#274](https://github.com/ipfs/js-stores/issues/274)) ([f550624](https://github.com/ipfs/js-stores/commit/f5506243b2cb1e6462457241a1614bd5f0755c12))

## [datastore-idb-v2.1.5](https://github.com/ipfs/js-stores/compare/datastore-idb-v2.1.4...datastore-idb-v2.1.5) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/datastore-idb/package.json
@@ -1,6 +1,6 @@
{
"name": "datastore-idb",
"version": "2.1.5",
"version": "2.1.6",
"description": "Datastore implementation with IndexedDB backend.",
"author": "Hugo Dias <hugomrdias@gmail.com>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 1ca88ca

Please sign in to comment.