Skip to content

Commit

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

## blockstore-core [4.4.1](https://github.com/ipfs/js-stores/compare/blockstore-core-4.4.0...blockstore-core-4.4.1) (2024-04-09)


Expand Down
6 changes: 3 additions & 3 deletions packages/blockstore-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockstore-core",
"version": "4.4.1",
"version": "5.0.0",
"description": "Contains various implementations of the API contract described in interface-blockstore",
"author": "Alex Potsides <alex.potsides@protocol.ai>",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -99,7 +99,7 @@
"dependencies": {
"@libp2p/logger": "^4.0.6",
"interface-blockstore": "^5.0.0",
"interface-store": "^5.0.0",
"interface-store": "6.0.0",
"it-drain": "^3.0.5",
"it-filter": "^3.0.4",
"it-merge": "^3.0.3",
Expand All @@ -108,7 +108,7 @@
},
"devDependencies": {
"aegir": "^42.2.3",
"interface-blockstore-tests": "^6.0.0",
"interface-blockstore-tests": "7.0.0",
"it-all": "^3.0.4",
"uint8arrays": "^5.0.2"
}
Expand Down

0 comments on commit 225da7e

Please sign in to comment.