Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.3...v3.0.0) (2022-08-12)

### ⚠ BREAKING CHANGES

* this module was previously published as CJS/ESM, now it is just ESM

### Features

* publish module as ESM only ([#55](#55)) ([c53dda8](c53dda8))

### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([7b1ef0b](7b1ef0b))
  • Loading branch information
semantic-release-bot committed Aug 12, 2022
1 parent c53dda8 commit 4535f58
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [3.0.0](https://github.com/ipfs/js-blockstore-datastore-adapter/compare/v2.0.3...v3.0.0) (2022-08-12)


### ⚠ BREAKING CHANGES

* this module was previously published as CJS/ESM, now it is just ESM

### Features

* publish module as ESM only ([#55](https://github.com/ipfs/js-blockstore-datastore-adapter/issues/55)) ([c53dda8](https://github.com/ipfs/js-blockstore-datastore-adapter/commit/c53dda8c738086ec14b6df4af060f0afa9099e3e))


### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([7b1ef0b](https://github.com/ipfs/js-blockstore-datastore-adapter/commit/7b1ef0b973e65fb22c078e59e7d7f4b059c0f899))

## [2.0.3](https://github.com/ipfs/js-blockstore-datastore-adapter/compare/v2.0.2...v2.0.3) (2021-09-29)


Expand Down Expand Up @@ -60,6 +76,3 @@


## 0.0.1 (2021-06-28)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockstore-datastore-adapter",
"version": "2.0.3",
"version": "3.0.0",
"description": "datastore interface",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-blockstore-datastore-adapter#readme",
Expand Down

0 comments on commit 4535f58

Please sign in to comment.