Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## interface-datastore-tests [6.0.0](interface-datastore-tests-5.1.8...interface-datastore-tests-6.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-datastore:** upgraded to 8.3.0
  • Loading branch information
semantic-release-bot committed Aug 2, 2024
1 parent 027cfa6 commit 2f24f58
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/interface-datastore-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## interface-datastore-tests [6.0.0](https://github.com/ipfs/js-stores/compare/interface-datastore-tests-5.1.8...interface-datastore-tests-6.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](https://github.com/ipfs/js-stores/issues/315)) ([dacd6ce](https://github.com/ipfs/js-stores/commit/dacd6ce6f325262f1bc1451f20789e9e7cd9b9fd))



### Dependencies

* **interface-datastore:** upgraded to 8.3.0

## interface-datastore-tests [5.1.8](https://github.com/ipfs/js-stores/compare/interface-datastore-tests-v5.1.7...interface-datastore-tests-5.1.8) (2024-02-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/interface-datastore-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-datastore-tests",
"version": "5.1.8",
"version": "6.0.0",
"description": "Compliance tests for the datastore interface",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-stores/tree/main/packages/interface-datastore-tests#readme",
Expand Down

0 comments on commit 2f24f58

Please sign in to comment.