Skip to content

Commit 8dfe4e5

Browse files
committedMar 24, 2023
chore(release): 1.0.1 [skip ci]
## [blockstore-s3-v1.0.1](blockstore-s3-v1.0.0...blockstore-s3-v1.0.1) (2023-03-24) ### Bug Fixes * add sharding to s3 blockstore ([#202](#202)) ([e1324a1](e1324a1))
1 parent e1324a1 commit 8dfe4e5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎packages/blockstore-s3/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [blockstore-s3-v1.0.1](https://github.com/ipfs/js-stores/compare/blockstore-s3-v1.0.0...blockstore-s3-v1.0.1) (2023-03-24)
2+
3+
4+
### Bug Fixes
5+
6+
* add sharding to s3 blockstore ([#202](https://github.com/ipfs/js-stores/issues/202)) ([e1324a1](https://github.com/ipfs/js-stores/commit/e1324a16dcfae0a39a325e7a9929eb1c2f8ca6c8))
7+
18
## [blockstore-s3-v1.0.0](https://github.com/ipfs/js-stores/compare/blockstore-s3-v0.1.0...blockstore-s3-v1.0.0) (2023-03-24)
29

310

‎packages/blockstore-s3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockstore-s3",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "IPFS blockstore implementation backed by s3",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/blockstore-s3#readme",

0 commit comments

Comments
 (0)
Please sign in to comment.