Skip to content

Commit

Permalink
chore(release): 2.1.9 [skip ci]
Browse files Browse the repository at this point in the history
## datastore-idb [2.1.9](datastore-idb-2.1.8...datastore-idb-2.1.9) (2024-04-09)

### Bug Fixes

* throw read error on read error ([#304](#304)) ([f14c824](f14c824)), closes [#299](#299)
  • Loading branch information
semantic-release-bot committed Apr 9, 2024
1 parent f14c824 commit 81a54e7
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## datastore-idb [2.1.9](https://github.com/ipfs/js-stores/compare/datastore-idb-2.1.8...datastore-idb-2.1.9) (2024-04-09)


### Bug Fixes

* throw read error on read error ([#304](https://github.com/ipfs/js-stores/issues/304)) ([f14c824](https://github.com/ipfs/js-stores/commit/f14c8249dfd7bbd1385bbf3513b2b3d5e0e6860c)), closes [#299](https://github.com/ipfs/js-stores/issues/299)

## datastore-idb [2.1.8](https://github.com/ipfs/js-stores/compare/datastore-idb-v2.1.7...datastore-idb-2.1.8) (2024-02-12)


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

0 comments on commit 81a54e7

Please sign in to comment.