Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## datastore-core [10.0.0](datastore-core-9.2.9...datastore-core-10.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
* **interface-store:** upgraded to 6.0.0
* **interface-datastore-tests:** upgraded to 6.0.0
  • Loading branch information
semantic-release-bot committed Aug 2, 2024
1 parent a8dce3e commit 89aa5e1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions packages/datastore-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## datastore-core [10.0.0](https://github.com/ipfs/js-stores/compare/datastore-core-9.2.9...datastore-core-10.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-store:** upgraded to 6.0.0
* **interface-datastore-tests:** upgraded to 6.0.0

## datastore-core [9.2.9](https://github.com/ipfs/js-stores/compare/datastore-core-9.2.8...datastore-core-9.2.9) (2024-02-28)


Expand Down
6 changes: 3 additions & 3 deletions packages/datastore-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datastore-core",
"version": "9.2.9",
"version": "10.0.0",
"description": "Wrapper implementation for interface-datastore",
"author": "Friedel Ziegelmayer <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -115,7 +115,7 @@
"dependencies": {
"@libp2p/logger": "^4.0.6",
"interface-datastore": "^8.0.0",
"interface-store": "^5.0.0",
"interface-store": "6.0.0",
"it-drain": "^3.0.5",
"it-filter": "^3.0.4",
"it-map": "^3.0.5",
Expand All @@ -127,7 +127,7 @@
},
"devDependencies": {
"aegir": "^42.2.3",
"interface-datastore-tests": "^5.0.0",
"interface-datastore-tests": "6.0.0",
"it-all": "^3.0.4",
"uint8arrays": "^5.0.2"
}
Expand Down

0 comments on commit 89aa5e1

Please sign in to comment.