Skip to content

Commit 03c8959

Browse files
committedApr 15, 2023
chore(release): 1.0.3 [skip ci]
## [blockstore-s3-v1.0.3](blockstore-s3-v1.0.2...blockstore-s3-v1.0.3) (2023-04-15) ### Bug Fixes * replace datastore references in blockstore-s3 ([#214](#214)) ([1a65042](1a65042))
1 parent 1a65042 commit 03c8959

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.3](https://github.com/ipfs/js-stores/compare/blockstore-s3-v1.0.2...blockstore-s3-v1.0.3) (2023-04-15)
2+
3+
4+
### Bug Fixes
5+
6+
* replace datastore references in blockstore-s3 ([#214](https://github.com/ipfs/js-stores/issues/214)) ([1a65042](https://github.com/ipfs/js-stores/commit/1a65042cc37aa0f074b64cf070ed32df174ef1a1))
7+
18
## [blockstore-s3-v1.0.2](https://github.com/ipfs/js-stores/compare/blockstore-s3-v1.0.1...blockstore-s3-v1.0.2) (2023-03-31)
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.2",
3+
"version": "1.0.3",
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.