From c175ae4df5a55e40d8a6ae2e9f0d30e2ab908670 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Aug 2022 14:51:12 +0000 Subject: [PATCH] chore(release): 10.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [10.0.0](https://github.com/ipfs/js-datastore-s3/compare/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](https://github.com/ipfs/js-datastore-s3/issues/75)) ([dca5704](https://github.com/ipfs/js-datastore-s3/commit/dca57045fa52498245c6e85c2c03cf9a6a9ff177)) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([b6cbc38](https://github.com/ipfs/js-datastore-s3/commit/b6cbc38b2d8d9dfad58bcaefd21621cd48345263)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f3a03..0d66df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [10.0.0](https://github.com/ipfs/js-datastore-s3/compare/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](https://github.com/ipfs/js-datastore-s3/issues/75)) ([dca5704](https://github.com/ipfs/js-datastore-s3/commit/dca57045fa52498245c6e85c2c03cf9a6a9ff177)) + + +### Trivial Changes + +* Update .github/workflows/stale.yml [skip ci] ([b6cbc38](https://github.com/ipfs/js-datastore-s3/commit/b6cbc38b2d8d9dfad58bcaefd21621cd48345263)) + ## [9.0.0](https://github.com/ipfs/js-datastore-s3/compare/v8.0.0...v9.0.0) (2022-01-19) diff --git a/package.json b/package.json index 72e6ab7..9476907 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datastore-s3", - "version": "8.0.0", + "version": "10.0.0", "description": "IPFS datastore implementation backed by s3", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-datastore-s3#readme",