You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## datastore-idb [3.0.0](datastore-idb-2.1.9...datastore-idb-3.0.0) (2024-08-02)
### ⚠ BREAKING CHANGES
* To detect the type of error thrown, use `.name` instead of `.code`
### Features
* use `.name` property for errors instead of `.code` ([#315](#315)) ([dacd6ce](dacd6ce))
### Dependencies
* **datastore-core:** upgraded to 10.0.0
* **interface-datastore:** upgraded to 8.3.0
* **interface-store:** upgraded to 6.0.0
* **interface-datastore-tests:** upgraded to 6.0.0
* To detect the type of error thrown, use `.name` instead of `.code`
7
+
8
+
### Features
9
+
10
+
* use `.name` property for errors instead of `.code` ([#315](https://github.com/ipfs/js-stores/issues/315)) ([dacd6ce](https://github.com/ipfs/js-stores/commit/dacd6ce6f325262f1bc1451f20789e9e7cd9b9fd))
0 commit comments