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

Commit

Permalink
chore(release): 11.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 23, 2023
1 parent 0f372e1 commit 5a33e8c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [11.0.0](https://github.com/ipfs/js-datastore-s3/compare/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](https://github.com/ipfs/js-datastore-s3/issues/106)) ([0f372e1](https://github.com/ipfs/js-datastore-s3/commit/0f372e180ae22d0c53eaeedcf3975007e1f12466))

## [10.0.1](https://github.com/ipfs/js-datastore-s3/compare/v10.0.0...v10.0.1) (2022-10-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datastore-s3",
"version": "10.0.1",
"version": "11.0.0",
"description": "IPFS datastore implementation backed by s3",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-datastore-s3#readme",
Expand Down

0 comments on commit 5a33e8c

Please sign in to comment.