Skip to content

Commit 027cfa6

Browse files
chore(release): 7.0.0 [skip ci]
## interface-blockstore-tests [7.0.0](interface-blockstore-tests-6.1.10...interface-blockstore-tests-7.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 * **interface-blockstore:** upgraded to 5.3.0
1 parent 63d45ec commit 027cfa6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/interface-blockstore-tests/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## interface-blockstore-tests [7.0.0](https://github.com/ipfs/js-stores/compare/interface-blockstore-tests-6.1.10...interface-blockstore-tests-7.0.0) (2024-08-02)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* 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))
11+
12+
13+
14+
### Dependencies
15+
16+
* **interface-blockstore:** upgraded to 5.3.0
17+
118
## interface-blockstore-tests [6.1.10](https://github.com/ipfs/js-stores/compare/interface-blockstore-tests-v6.1.9...interface-blockstore-tests-6.1.10) (2024-02-12)
219

320

packages/interface-blockstore-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-blockstore-tests",
3-
"version": "6.1.10",
3+
"version": "7.0.0",
44
"description": "Compliance tests for the blockstore interface",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-stores/tree/main/packages/interface-blockstore-tests#readme",

0 commit comments

Comments
 (0)