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

Commit c175ae4

Browse files
chore(release): 10.0.0 [skip ci]
## [10.0.0](v9.0.0...v10.0.0) (2022-08-12) ### ⚠ BREAKING CHANGES * this module used to be published as ESM/CJS now it is just ESM ### Features * publish as ESM only ([#75](#75)) ([dca5704](dca5704)) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([b6cbc38](b6cbc38))
1 parent dca5704 commit c175ae4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [10.0.0](https://github.com/ipfs/js-datastore-s3/compare/v9.0.0...v10.0.0) (2022-08-12)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module used to be published as ESM/CJS now it is just ESM
7+
8+
### Features
9+
10+
* publish as ESM only ([#75](https://github.com/ipfs/js-datastore-s3/issues/75)) ([dca5704](https://github.com/ipfs/js-datastore-s3/commit/dca57045fa52498245c6e85c2c03cf9a6a9ff177))
11+
12+
13+
### Trivial Changes
14+
15+
* Update .github/workflows/stale.yml [skip ci] ([b6cbc38](https://github.com/ipfs/js-datastore-s3/commit/b6cbc38b2d8d9dfad58bcaefd21621cd48345263))
16+
117
## [9.0.0](https://github.com/ipfs/js-datastore-s3/compare/v8.0.0...v9.0.0) (2022-01-19)
218

319

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": "8.0.0",
3+
"version": "10.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)