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

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.0](v7.0.0...v8.0.0) (2022-08-12)

### ⚠ BREAKING CHANGES

* this module used to be dual published as CJS/ESM, now it is just ESM

### Features

* publish module as ESM only ([#139](#139)) ([5896e57](5896e57))

### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([94f7d36](94f7d36))
  • Loading branch information
semantic-release-bot committed Aug 12, 2022
1 parent 5896e57 commit 3c4542e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [8.0.0](https://github.com/ipfs/js-datastore-fs/compare/v7.0.0...v8.0.0) (2022-08-12)


### ⚠ BREAKING CHANGES

* this module used to be dual published as CJS/ESM, now it is just ESM

### Features

* publish module as ESM only ([#139](https://github.com/ipfs/js-datastore-fs/issues/139)) ([5896e57](https://github.com/ipfs/js-datastore-fs/commit/5896e57fbba4ed47e0ede2ae140f8e757c928148))


### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([94f7d36](https://github.com/ipfs/js-datastore-fs/commit/94f7d369a9b3285d7be79e794f90fdcc1e80f704))

## [7.0.0](https://github.com/ipfs/js-datastore-fs/compare/v6.0.1...v7.0.0) (2022-01-19)


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-fs",
"version": "6.0.1",
"version": "8.0.0",
"description": "Datastore implementation with file system backend",
"author": "Friedel Ziegelmayer<dignifiedquire@gmail.com>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 3c4542e

Please sign in to comment.