Skip to content

Commit 5f60f27

Browse files
committedMar 31, 2023
chore(release): 11.1.1 [skip ci]
## [datastore-s3-v11.1.1](datastore-s3-v11.1.0...datastore-s3-v11.1.1) (2023-03-31) ### Trivial Changes * rename master to main ([#200](#200)) ([f85d719](f85d719)) ### Dependencies * update all it-* deps ([#213](#213)) ([e963497](e963497))
1 parent aa3a63f commit 5f60f27

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎packages/datastore-s3/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [datastore-s3-v11.1.1](https://github.com/ipfs/js-stores/compare/datastore-s3-v11.1.0...datastore-s3-v11.1.1) (2023-03-31)
2+
3+
4+
### Trivial Changes
5+
6+
* rename master to main ([#200](https://github.com/ipfs/js-stores/issues/200)) ([f85d719](https://github.com/ipfs/js-stores/commit/f85d719b711cd60237bdaa6a0bcd418e69a98598))
7+
8+
9+
### Dependencies
10+
11+
* update all it-* deps ([#213](https://github.com/ipfs/js-stores/issues/213)) ([e963497](https://github.com/ipfs/js-stores/commit/e963497fdb33e61e2fe702866abbd42fba648fee))
12+
113
## [datastore-s3-v11.1.0](https://github.com/ipfs/js-stores/compare/datastore-s3-v11.0.0...datastore-s3-v11.1.0) (2023-03-23)
214

315

‎packages/datastore-s3/package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.