Skip to content

Commit 81a54e7

Browse files
chore(release): 2.1.9 [skip ci]
## 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)
1 parent f14c824 commit 81a54e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/datastore-idb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 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)
2+
3+
4+
### Bug Fixes
5+
6+
* 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)
7+
18
## 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)
29

310

packages/datastore-idb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-idb",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"description": "Datastore implementation with IndexedDB backend.",
55
"author": "Hugo Dias <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)