diff --git a/packages/datastore-s3/CHANGELOG.md b/packages/datastore-s3/CHANGELOG.md index ee25fbc5..18d22cce 100644 --- a/packages/datastore-s3/CHANGELOG.md +++ b/packages/datastore-s3/CHANGELOG.md @@ -1,3 +1,15 @@ +## [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) + + +### Trivial Changes + +* rename master to main ([#200](https://github.com/ipfs/js-stores/issues/200)) ([f85d719](https://github.com/ipfs/js-stores/commit/f85d719b711cd60237bdaa6a0bcd418e69a98598)) + + +### Dependencies + +* update all it-* deps ([#213](https://github.com/ipfs/js-stores/issues/213)) ([e963497](https://github.com/ipfs/js-stores/commit/e963497fdb33e61e2fe702866abbd42fba648fee)) + ## [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) diff --git a/packages/datastore-s3/package.json b/packages/datastore-s3/package.json index 994aef53..583152cf 100644 --- a/packages/datastore-s3/package.json +++ b/packages/datastore-s3/package.json @@ -1,6 +1,6 @@ { "name": "datastore-s3", - "version": "11.1.0", + "version": "11.1.1", "description": "IPFS datastore implementation backed by s3", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-stores/tree/master/packages/datastore-s3#readme",