Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 5a33e8c

Browse files
chore(release): 11.0.0 [skip ci]
## [11.0.0](v10.0.1...v11.0.0) (2023-03-23) ### ⚠ BREAKING CHANGES * this module is now ESM-only and uses the v3 @aws-sdk/s3-client ### Features * convert to typescript and publish as ESM only ([#106](#106)) ([0f372e1](0f372e1))
1 parent 0f372e1 commit 5a33e8c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [11.0.0](https://github.com/ipfs/js-datastore-s3/compare/v10.0.1...v11.0.0) (2023-03-23)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module is now ESM-only and uses the v3 @aws-sdk/s3-client
7+
8+
### Features
9+
10+
* convert to typescript and publish as ESM only ([#106](https://github.com/ipfs/js-datastore-s3/issues/106)) ([0f372e1](https://github.com/ipfs/js-datastore-s3/commit/0f372e180ae22d0c53eaeedcf3975007e1f12466))
11+
112
## [10.0.1](https://github.com/ipfs/js-datastore-s3/compare/v10.0.0...v10.0.1) (2022-10-18)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-s3",
3-
"version": "10.0.1",
3+
"version": "11.0.0",
44
"description": "IPFS datastore implementation backed by s3",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-datastore-s3#readme",

0 commit comments

Comments
 (0)