Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## blockstore-fs [2.0.0](blockstore-fs-1.1.11...blockstore-fs-2.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 225da7e commit 4f4b9ee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions packages/blockstore-fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## blockstore-fs [2.0.0](https://github.com/ipfs/js-stores/compare/blockstore-fs-1.1.11...blockstore-fs-2.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-fs [1.1.11](https://github.com/ipfs/js-stores/compare/blockstore-fs-1.1.10...blockstore-fs-1.1.11) (2024-08-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/blockstore-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockstore-fs",
"version": "1.1.11",
"version": "2.0.0",
"description": "Blockstore implementation with file system backend",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-stores/tree/main/packages/blockstore-fs#readme",
Expand Down Expand Up @@ -78,14 +78,14 @@
"dependencies": {
"fast-write-atomic": "^0.2.1",
"interface-blockstore": "^5.0.0",
"interface-store": "^5.0.0",
"interface-store": "6.0.0",
"it-glob": "^3.0.1",
"it-map": "^3.0.5",
"it-parallel-batch": "^3.0.4",
"multiformats": "^13.0.1"
},
"devDependencies": {
"aegir": "^42.2.3",
"interface-blockstore-tests": "^6.0.0"
"interface-blockstore-tests": "7.0.0"
}
}

0 comments on commit 4f4b9ee

Please sign in to comment.